Skip to content

Commit

Permalink
Update docker-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hofermo authored Jun 21, 2024
1 parent 7c7b63b commit ae206f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:

- name: E2E test
id: test
run: docker compose -f docker-compose/common-services.yml pull
docker compose -f docker-compose/compose.test.yml down
docker compose -f docker-compose/compose.test.yml up -d
run: docker compose -f docker-compose/common-services.yml pull &&
docker compose -f docker-compose/compose.test.yml down &&
docker compose -f docker-compose/compose.test.yml up -d &&
docker compose -f docker-compose/compose.test.yml attach cypress-test

- name: E2E test collect artifact
Expand Down

0 comments on commit ae206f1

Please sign in to comment.