From 122d2e5f2565804fc3930a4a0425e122e3fc7027 Mon Sep 17 00:00:00 2001 From: FleetAdmiralButter Date: Fri, 22 Sep 2023 14:45:36 +1000 Subject: [PATCH] fix input --- .github/workflows/e2e_be_core.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e_be_core.yml b/.github/workflows/e2e_be_core.yml index 15f3362..222895b 100644 --- a/.github/workflows/e2e_be_core.yml +++ b/.github/workflows/e2e_be_core.yml @@ -54,4 +54,6 @@ jobs: tags: "(@core) and @regression${{ needs.check_pr.outputs.skip_pr }}" be_url: ${{ inputs.be_url }} project: ${{ inputs.project }} - browser: ${{ inputs.browser }} \ No newline at end of file + browser: ${{ inputs.browser }} + test_id: "e2e_be" + test_type: "fixture" \ No newline at end of file