Skip to content

Commit

Permalink
Merge branch 'main' into v1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dbartol authored Aug 6, 2024
2 parents f9f4545 + 3364af5 commit b201c45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Start containers
working-directory: extensions/ql-vscode/test/e2e
run: docker-compose -f "docker-compose.yml" up -d --build
run: docker compose -f "docker-compose.yml" up -d --build

- name: Install Playwright Browsers
working-directory: extensions/ql-vscode
Expand All @@ -43,4 +43,4 @@ jobs:
- name: Stop containers
working-directory: extensions/ql-vscode/test/e2e
if: always()
run: docker-compose -f "docker-compose.yml" down -v
run: docker compose -f "docker-compose.yml" down -v

0 comments on commit b201c45

Please sign in to comment.