Skip to content

Commit

Permalink
ci: buying stamp before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomicvladan committed Mar 18, 2024
1 parent 2c7fbc3 commit 38fa1b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ jobs:
if: steps.cache-npm.outputs.cache-hit != 'true'
run: npm ci

- name: Buy stamps
run: curl -s -XPOST http://localhost:1635/stamps/10000000/18

- name: Wait to batch become usable
run: sleep 200

- name: Run unit and integration tests for node
run: npm run test:node -- --detectOpenHandles

Expand Down

0 comments on commit 38fa1b6

Please sign in to comment.