Skip to content

Commit

Permalink
feat(ci): run in detached mode
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Aug 25, 2023
1 parent 646454a commit 3081dd4
Showing 1 changed file with 1 addition and 1 deletion.
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 up -f ./test/spec-tests/launchers/rundler-launcher/docker-compose.yml -d
run: docker-compose -f ./test/spec-tests/launchers/rundler-launcher/docker-compose.yml up -d
- name: stop processes
run: docker-compose stop
# - name: run spec tests
Expand Down

0 comments on commit 3081dd4

Please sign in to comment.