Skip to content

Commit

Permalink
fix(ci tests) - debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrlc03 committed Oct 26, 2023
1 parent 026af76 commit 90b78c2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/reusable-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,16 @@ jobs:
run: |
cd integrationTests
npm run download-zkeys
cd ../
- name: Bespoke Test
run: ./.github/scripts/run-e2e-tests.sh
run: |
if lsof -Pi :8545 -sTCP:LISTEN -t >/dev/null ; then
echo "Hardhat is running."
else
echo "Hardhat is not running."
exit 1
fi
./.github/scripts/run-e2e-tests.sh
- name: Integration Test
run: |
Expand Down

0 comments on commit 90b78c2

Please sign in to comment.