Skip to content

Commit

Permalink
fix: use compose v2 on GHA tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Victoremepunto committed Aug 12, 2024
1 parent 669005f commit db43e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
node-version: 18
- name: Setup E2E testing environment
run: docker-compose -f deployments/compose.yaml up -d --build
run: docker compose -f deployments/compose.yaml up -d --build
- name: Wait for Keycloak import to complete
run: deployments/wait_for_keycloak_import.sh deployments/compose.yaml
- name: Install test environment
Expand Down

0 comments on commit db43e31

Please sign in to comment.