Skip to content

Commit

Permalink
Use action wrapping wait-on.
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Viénot <[email protected]>
  • Loading branch information
svienot committed Sep 1, 2023
1 parent ade72e7 commit 7e4e912
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ jobs:
run: (npm run server:start&)

- name: Wait for Local Node and hedera-sourcify server
run: wait-on http-get://127.0.0.1:5551/api/v1/network/exchangerate http-get://localhost:5000/chains
uses: iFaxity/wait-on-action
with:
resource:
http-get://127.0.0.1:5551/api/v1/network/exchangerate
http-get://localhost:5000/chains

- name: Start tests
run: npm run test:hedera

0 comments on commit 7e4e912

Please sign in to comment.