Skip to content

Commit

Permalink
feat(ci): reuse the script
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Aug 25, 2023
1 parent 3e41dfe commit a3f7516
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,8 @@ jobs:
with:
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 --wait
- name: stop processes
run: docker-compose stop
# - name: run spec tests
# run: ./test/spec-tests/ci/run-spec-tests.sh
- name: run spec tests
run: ./test/spec-tests/ci/run-spec-tests.sh

lint:
runs-on: ubuntu-latest
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:latest
image: alchemy-platform/rundler:$TAG
depends_on:
- geth
ports:
Expand Down

0 comments on commit a3f7516

Please sign in to comment.