Skip to content

Commit ec1ca87

Browse files
anarthalmzimbres
authored andcommitted
Incorrect directory for docker-compose
1 parent 1b90346 commit ec1ca87

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,7 @@ jobs:
218218

219219
- name: Set up the required containers
220220
run: |
221-
cd tools
222-
docker compose up -d --wait || (docker compose logs; exit 1)
221+
docker compose -f tools/docker-compose.yml up -d --wait || (docker compose logs; exit 1)
223222
224223
- name: Install dependencies
225224
run: |

0 commit comments

Comments
 (0)