Skip to content

Commit 83f9b92

Browse files
author
Daniel Mellum
committed
autodetect docker-compose file
1 parent e4dd0c0 commit 83f9b92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
uses: actions/checkout@v1
1919

2020
- name: Start containers and Run tests
21-
run: docker-compose -f "docker-compose.yml" up -d --build
21+
run: docker-compose up -d --build
2222

2323
- name: Stop containers
2424
if: always()
25-
run: docker-compose -f "docker-compose.yml" down
25+
run: docker-compose down

0 commit comments

Comments
 (0)