Skip to content

Commit

Permalink
fix cypress #876234
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonfarrell committed Oct 18, 2024
1 parent b1c23b3 commit 0041901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-ecr-viewer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- name: Start ${{env.CONTAINER}}
working-directory: ./containers/${{env.CONTAINER}}/cypress
run: docker compose --env-file .env.test up -d
run: docker compose --env-file ../.env.test up -d

- name: Wait for server to be ready
run: |
Expand Down

0 comments on commit 0041901

Please sign in to comment.