Skip to content

Commit

Permalink
build(release): fix test workflow identifier (#116)
Browse files Browse the repository at this point in the history
Fix identifier of workflow which used to download acceptance test results.
  • Loading branch information
parfeon authored Jul 28, 2023
1 parent 28023df commit 639bb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ jobs:
uses: ./.github/.release/actions/actions/test-reports/upload
with:
token: ${{ secrets.GH_TOKEN }}
acceptance-tests-workflow: run_acceptance_tests
acceptance-tests-workflow: Tests

0 comments on commit 639bb30

Please sign in to comment.