Skip to content

Commit

Permalink
fixup if works
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Aug 28, 2024
1 parent a88237f commit d607060
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v4
- id: get_all_tests
name: generateTests
run: echo "::set-output name=all_tests::$(./.github/scripts/test.sh | base64 -d)"
run: echo "::set-output name=all_tests::$(./.github/generate-test.sh | base64 -d)"
determine-should-run-tests:
name: Determine Should Run Tests
runs-on: ubuntu-latest
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
git config --global user.signingkey C8B77BCBE16CD2B94B43F9C8757397B82D4ED7B0
- if: ${{ !needs.determine-should-run-tests.outputs.should_run_tests }}
name: Publish Release
run: ./publish-github-action.sh $RELEASE_VERSION ${{ toJSON(needs.generate-tests.outputs.all_tests) }}
run: ./.github/scripts/publish-github-action.sh $RELEASE_VERSION ${{ toJSON(needs.generate-tests.outputs.all_tests) }}
run-test:
name: ${{matrix.tests.name}} / ${{matrix.tests.type}} / ${{matrix.tests.syntax}} / ${{matrix.tests.api}} / ${{matrix.azle_source}}
needs:
Expand Down

0 comments on commit d607060

Please sign in to comment.