We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b218a commit b785ab9Copy full SHA for b785ab9
1 file changed
.circleci/config.yml
@@ -26,7 +26,7 @@ jobs:
26
- checkout
27
- setup_remote_docker:
28
version: 19.03.13
29
- - run: docker-compose up --build --abort-on-container-exit ./docker-compose.test.yaml
+ - run: docker-compose -f ./docker-compose.test.yaml up --build --abort-on-container-exit
30
workflows:
31
version: 2
32
build_and_test:
0 commit comments