Skip to content

Commit

Permalink
could that possibly work?
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Sep 12, 2024
1 parent 9a043a6 commit b9a62d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- include-npm: true
azle_source: repo
# If should_run_tests is false, we still want the steps of this job to execute so that check-run-test-success will run. We do this by creating an array with one dummy element
tests: ${{ toJson(needs.get-test-infos.outputs.test-infos) }}
tests: ${{ fromJson(needs.get-test-infos.outputs.test-infos) }}
steps:
- name: Report full path of test
# Just in case the path isn't obvious from the name, this will remove ambiguity
Expand Down

0 comments on commit b9a62d4

Please sign in to comment.