Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv authored Sep 5, 2024
1 parent b2c8f4d commit db843bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
continue-on-error: true

- name: Build the docker-compose stack
run: cd tests/docker && docker-compose build
run: cd tests/docker && docker compose build

- name: Get Composer Cache Directory
id: composer-cache
Expand All @@ -72,4 +72,4 @@ jobs:
run: composer install --prefer-dist --no-progress

- name: Run E2E test suite
run: cd tests/docker && docker-compose up --abort-on-container-exit
run: cd tests/docker && docker compose up --abort-on-container-exit

0 comments on commit db843bc

Please sign in to comment.