Skip to content

Commit

Permalink
[143] Cypress test failing to run (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislaw-zakrzewski authored Aug 6, 2024
1 parent a24ecec commit 8ac11f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build stack
run: docker-compose -f dev/docker-compose.yml -f dev/docker-compose.ci.yml up --build -d -V
run: docker compose -f dev/docker-compose.yml -f dev/docker-compose.ci.yml up --build -d -V
- uses: cypress-io/github-action@v4
with:
working-directory: verification/curator-service/ui
Expand Down

0 comments on commit 8ac11f4

Please sign in to comment.