Skip to content

Commit 5087beb

Browse files
committed
ci: try without rebuild
1 parent 1d80e3c commit 5087beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeception.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999

100100
- name: Start test environment
101101
run: |
102-
composer run docker:up
102+
docker compose --env-file .env up --detach
103103
104104
CONTAINER_ID=$(docker compose ps -q wordpress)
105105
if [ -n "$CONTAINER_ID" ]; then

0 commit comments

Comments
 (0)