Skip to content

Commit

Permalink
feat(ci): run wait
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Aug 25, 2023
1 parent 3081dd4 commit 3e41dfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
python-version: 3.11.2
architecture: x64
- name: docker-compose
run: docker-compose -f ./test/spec-tests/launchers/rundler-launcher/docker-compose.yml up -d
run: docker-compose -f ./test/spec-tests/launchers/rundler-launcher/docker-compose.yml up -d --wait
- name: stop processes
run: docker-compose stop
# - name: run spec tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
rundler:
image: alchemy-platform/rundler:$TAG
image: alchemy-platform/rundler:latest
depends_on:
- geth
ports:
Expand Down

0 comments on commit 3e41dfe

Please sign in to comment.