Skip to content

Commit

Permalink
fix: e2e tests docker command line
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk committed Aug 13, 2024
1 parent f728a89 commit 9bc4bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,4 +298,4 @@ jobs:
uses: actions/checkout@v3
- name: Test ${{ matrix.name }} example
working-directory: test/examples
run: docker-compose -f e2e.docker-compose.yml ${{ matrix.target }} up --exit-code-from test
run: docker compose -f e2e.docker-compose.yml ${{ matrix.target }} up --exit-code-from test

0 comments on commit 9bc4bd5

Please sign in to comment.