Skip to content

Commit

Permalink
add wait for sequencer
Browse files Browse the repository at this point in the history
  • Loading branch information
annieke committed May 26, 2021
1 parent 6594ded commit 61c2ee4
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/sync-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,11 @@ jobs:

- name: Bring the stack up
working-directory: ./ops
run: docker-compose up -d
run: docker-compose up -d && ./scripts/wait-for-sequencer.sh

- name: Run the sync tests
working-directory: ./integration-tests
run: yarn test:sync

# - name: Run the sync tests
# working-directory: ./ops
# run: docker-compose run sync_tests
run: |
yarn
yarn build
yarn test:sync

0 comments on commit 61c2ee4

Please sign in to comment.