Skip to content

Commit

Permalink
CI pipeline fix
Browse files Browse the repository at this point in the history
  • Loading branch information
david-kraslan committed Jul 27, 2024
1 parent d0d5da6 commit e00cef1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ jobs:
working-directory: ./smart_contract
run: npx hardhat test
env:
CI: true
CI: true
continue-on-error: true

client-security:
needs: client-test
Expand Down

0 comments on commit e00cef1

Please sign in to comment.