We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3524045 commit 28b386aCopy full SHA for 28b386a
.github/workflows/ci.yml
@@ -68,7 +68,7 @@ jobs:
68
uses: sudo-bot/action-docker-compose@latest
69
with:
70
# https://docs.docker.com/compose/reference/overview/
71
- cli-args: "-f docker-compose.harness.yml up -d --build"
+ cli-args: "-f docker-compose.harness.yml up -d --build adex-postgres adex-redis ganache-1 ganache-1337"
72
- uses: actions-rs/toolchain@v1
73
74
# No need to add `toolchain`, it will use `rust-toolchain` file instead
0 commit comments