Skip to content

Commit

Permalink
feat(ci): try docker compose as step
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Aug 25, 2023
1 parent 32c903c commit 57700b7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,12 @@ jobs:
with:
python-version: 3.11.2
architecture: x64
- name: run spec tests
run: ./test/spec-tests/ci/run-spec-tests.sh
- name: docker-compose
run: docker-compose up -f ./test/spec-tests/launchers/rundler-launcher/docker-compose.yml
- name: stop processes
run: docker-compose stop
# - name: run spec tests
# run: ./test/spec-tests/ci/run-spec-tests.sh

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 57700b7

Please sign in to comment.