Skip to content

Commit

Permalink
Infra: Fix e2e compose run (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haarolean authored Aug 7, 2024
1 parent 654978b commit 0531186
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ jobs:
run: |
mkdir -p ./e2e-tests/target/selenoid-results/video
mkdir -p ./e2e-tests/target/selenoid-results/logs
docker-compose -f ./e2e-tests/selenoid/selenoid-ci.yaml up -d
docker-compose -f ./documentation/compose/e2e-tests.yaml up -d
docker compose -f ./e2e-tests/selenoid/selenoid-ci.yaml up -d
docker compose -f ./documentation/compose/e2e-tests.yaml up -d
- name: Dump Docker logs on failure
if: failure()
Expand Down

0 comments on commit 0531186

Please sign in to comment.