Skip to content

Commit 2848ecd

Browse files
committed
ci: run default 'docker compose up --build -d' in integration workflow
1 parent a618fa5 commit 2848ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Start docker-compose services
3737
shell: /usr/bin/bash -e {0}
3838
run: |
39-
docker compose -f path/to/your-compose-file.yml up --build -d
39+
docker compose up --build -d
4040
env:
4141
COMPOSE_DOCKER_CLI_BUILD: 1
4242

0 commit comments

Comments
 (0)