Skip to content

Commit

Permalink
Merge pull request #8330 from ehuelsmann/testing/github-docker-compos…
Browse files Browse the repository at this point in the history
…e-v2

Migrate to Docker Compose v2, because GitHub did
  • Loading branch information
ehuelsmann authored Aug 2, 2024
2 parents a8ff6d6 + df0febe commit 43274be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ jobs:
# This will start a hub and JOB_COUNT matrix.
- name: Starting hub with ${{ matrix.BROWSER }}
run: |
docker-compose --log-level CRITICAL \
docker compose \
--file=utils/selenium/docker-compose.yml \
--file=utils/selenium/docker-compose-${{ matrix.BROWSER }}.yml \
up \
Expand Down

0 comments on commit 43274be

Please sign in to comment.