We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5729a2e commit 2611eccCopy full SHA for 2611ecc
.github/workflows/qase-proper-setup.yml
@@ -15,7 +15,7 @@ jobs:
15
create-test-run:
16
runs-on: ubuntu-latest
17
outputs:
18
- run-id: ${{ steps.create-run.outputs.run-id }}
+ run-id: ${{ steps.create-run.outputs.id }}
19
steps:
20
- name: Create a Qase test run
21
uses: qase-tms/gh-actions/run-create@v1
@@ -75,7 +75,7 @@ jobs:
75
QASE_MODE: testops
76
QASE_TESTOPS_API_TOKEN: ${{ secrets.QASE_TESTOPS_API_TOKEN }}
77
QASE_TESTOPS_PROJECT: ${{ vars.QASE_TESTOPS_PROJECT }}
78
- QASE_TESTOPS_RUN_ID: ${{ needs.create-test-run.outputs.id }}
+ QASE_TESTOPS_RUN_ID: ${{ needs.create-test-run.outputs.run-id }}
79
QASE_TESTOPS_RUN_COMPLETE: false # Don't complete the run after each shard
80
81
- name: Upload test results
0 commit comments