diff --git a/.github/workflows/sync-tests.yml b/.github/workflows/sync-tests.yml index 24fd968cd98a..b2539aede314 100644 --- a/.github/workflows/sync-tests.yml +++ b/.github/workflows/sync-tests.yml @@ -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