Skip to content

Commit 6e9d625

Browse files
committed
Wait with docker
1 parent c1b66ad commit 6e9d625

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
run: |
1515
composer install --prefer-dist
1616
17-
- name: Start containers
18-
run: docker-compose -f "docker-compose.yml" up -d --build
17+
# - name: Start containers
18+
# run: docker-compose -f "docker-compose.yml" up -d --build
1919

20-
- name: Stop containers
21-
if: always()
22-
run: docker-compose -f "docker-compose.yml" down
20+
# - name: Stop containers
21+
# if: always()
22+
# run: docker-compose -f "docker-compose.yml" down

0 commit comments

Comments
 (0)