Skip to content

Commit cb16229

Browse files
committed
fix CI
1 parent 372f0d7 commit cb16229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
# Runs a set of commands using the runners shell
2020
- name: Create Image and run mock server
21-
run: cd ./test && docker-compose up api-test -d
21+
run: cd ./test && docker-compose up -d api-test
2222

2323
- name: test app
2424
run: cd ./test && docker-compose up test

0 commit comments

Comments
 (0)