Skip to content

Commit

Permalink
fix: added faucet in CI
Browse files Browse the repository at this point in the history
fix: add sleep 5 before faucet

fix: faucet reorder
  • Loading branch information
jatZama committed Mar 6, 2024
1 parent e98e977 commit b89fef8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ jobs:
touch fhevm.log
npm run fhevm:start &> fhevm.log &
tail -f fhevm.log | sed '/Starting JSON WebSocket server/ q'
npm run fhevm:faucet
npm run test
npm run fhevm:stop || true

0 comments on commit b89fef8

Please sign in to comment.