Skip to content

Commit

Permalink
Fix ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
yarkinwho committed Dec 5, 2023
1 parent b52b3c2 commit abf3cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:

integration-test:
name: EOS EVM Integration Tests
needs: [d, build, versions]
needs: [d, build]
if: always() && needs.d.result == 'success' && needs.build.result == 'success' && needs.versions.result == 'success'
strategy:
fail-fast: false
Expand Down

0 comments on commit abf3cae

Please sign in to comment.