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 372f0d7 commit cb16229Copy full SHA for cb16229
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
19
# Runs a set of commands using the runners shell
20
- name: Create Image and run mock server
21
- run: cd ./test && docker-compose up api-test -d
+ run: cd ./test && docker-compose up -d api-test
22
23
- name: test app
24
run: cd ./test && docker-compose up test
0 commit comments