Skip to content

Commit

Permalink
Update e2e-ui-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed Sep 14, 2024
1 parent 1c13041 commit b7c92c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-ui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3

- name: Start containers
run: docker-compose -f "./docker/docker-e2e-ui/docker-compose.yaml" up -d --build
run: docker compose -f "./docker/docker-e2e-ui/docker-compose.yaml" up -d --build

- name: Install node
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
Expand Down Expand Up @@ -52,4 +52,4 @@ jobs:

- name: Stop containers
if: always()
run: docker-compose -f "./docker/docker-e2e-ui/docker-compose.yaml" down
run: docker compose -f "./docker/docker-e2e-ui/docker-compose.yaml" down

0 comments on commit b7c92c9

Please sign in to comment.