Skip to content

Commit

Permalink
fix: docker compose CLI for e2e tests (#937)
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk authored Aug 15, 2024
1 parent 53bc1d4 commit edeea0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-released-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v3
- name: Get versions
run: |
docker-compose --version;
docker compose version;
docker --version;
- name: Test ${{ matrix.name }} example
working-directory: test/examples
Expand Down

0 comments on commit edeea0b

Please sign in to comment.