Skip to content

Commit

Permalink
ci: typo in 'Genereer test rapportage' step gecorrigeerd
Browse files Browse the repository at this point in the history
  • Loading branch information
MelvLee committed Jun 7, 2024
1 parent 0739143 commit 2dcac18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Genereer test rapportage
if: always()
run: |
node ./scripts/generate-cucumber-reports.js ${{ steps.app-version.outputs.version }} ${{ steps.build-run-id.outputs.build_run }} ${{ github.ref_name }}
node ./scripts/generate-cucumber-reports.js ${{ steps.app-version.outputs.version }} ${{ steps.build-run-id.outputs.build-run }} ${{ github.ref_name }}
- name: Upload test rapportage
if: always()
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 2dcac18

Please sign in to comment.