mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-02-25 03:16:37 -05:00
Fix github CI
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -47,7 +47,10 @@ jobs:
|
||||
|
||||
- name: Run E2E tests
|
||||
run: |
|
||||
NEXT_PUBLIC_API_URL=localhost:8088 NEXT_PUBLIC_FIREBASE_ENV=PROD yarn --cwd=web serve &
|
||||
NEXT_PUBLIC_API_URL=localhost:8088 \
|
||||
NEXT_PUBLIC_FIREBASE_ENV=PROD \
|
||||
NEXT_PUBLIC_FIREBASE_API_KEY=${{ secrets.NEXT_PUBLIC_FIREBASE_API_KEY }} \
|
||||
yarn --cwd=web serve &
|
||||
npx wait-on http://localhost:3000
|
||||
npx playwright test tests/playwright
|
||||
SERVER_PID=$(fuser -k 3000/tcp)
|
||||
|
||||
Reference in New Issue
Block a user