Skip to content

Commit

Permalink
compose
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinejaussoin committed Oct 13, 2024
1 parent 7db5888 commit 789a398
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Run Integration Tests
run: docker-compose -f ./integration/docker-compose.ci.alpha.yml up --exit-code-from cypress
run: docker compose -f ./integration/docker-compose.ci.alpha.yml up --exit-code-from cypress
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Run Integration Tests
run: docker-compose -f ./integration/docker-compose.ci.canary.yml up --exit-code-from cypress
run: docker compose -f ./integration/docker-compose.ci.canary.yml up --exit-code-from cypress
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down Expand Up @@ -216,4 +216,3 @@ jobs:
ignore-unfixed: true
vuln-type: 'os,library'
severity: 'CRITICAL'

3 changes: 1 addition & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Run Integration Tests
run: docker-compose -f ./integration/docker-compose.ci.master.yml up --exit-code-from cypress
run: docker compose -f ./integration/docker-compose.ci.master.yml up --exit-code-from cypress
- uses: actions/upload-artifact@v3
if: always()
with:
name: Test videos
path: integration/cypress/videos
retention-days: 14

0 comments on commit 789a398

Please sign in to comment.