Skip to content

Commit

Permalink
hardcode the end2end tests suite to use elife
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaubrey committed Nov 4, 2024
1 parent a2f7064 commit 4eee904
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@ jobs:
yarn playwright install
yarn playwright install-deps
- name: Bring up browser test stack
run: docker compose -e TENANT_ID=elife up --wait
# todo: This should be reviewed at somepoint
env:
TENANT_ID: elife
run: docker compose up --wait
- name: Debug bring up browser test stack
if: failure()
run: docker compose logs app
Expand Down

0 comments on commit 4eee904

Please sign in to comment.