Skip to content

Commit

Permalink
use getverifyversion correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
josecorella committed Jul 10, 2024
1 parent 66b3f8f commit a7e6218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
with:
dafny: ${{needs.getVersion.outputs.version}}
pr-ci-verification:
needs: getVersion
needs: getVerifyVersion
uses: ./.github/workflows/library_dafny_verification.yml
with:
dafny: ${{needs.getVerifyVersion.outputs.version}}
dafny: ${{needs.getVerifyVersion.outputs.version}}
pr-ci-java:
needs: getVersion
uses: ./.github/workflows/ci_test_java.yml
Expand Down

0 comments on commit a7e6218

Please sign in to comment.