Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpaige committed Jan 2, 2025
1 parent e04c779 commit 42bbb15
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,11 @@ jobs:
aws-region: us-east-1
role-duration-seconds: 10800
- name: Run e2e test
run: cd test && bun run e2e
run: |
bun install &&
cd test &&
bun install &&
npx playwright test --project=state-user-chrome
env:
VITE_BASE_URL: "${{ needs.deploy.outputs.app-url }}"
VITE_E2E_PASSWORD: "${{ secrets.VITE_E2E_PASSWORD }}"
Expand Down

0 comments on commit 42bbb15

Please sign in to comment.