Skip to content

Commit ebfa303

Browse files
committed
fix workflow docker compose command
1 parent 2a4ae19 commit ebfa303

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ui-tests.yml

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

6464
- name: Start docker services and setup WordPress
6565
run: |
66-
docker-compose -f ./tests/docker/docker-compose.yml up -d;
66+
docker compose -f ./tests/docker/docker-compose.yml up -d;
6767
docker attach wordpress-cli;
6868
6969
- name: cached dependencies

0 commit comments

Comments
 (0)