Skip to content

Commit 9df531e

Browse files
committed
fix
1 parent 7c893f5 commit 9df531e

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,17 @@ jobs:
9292
- name: Install dependencies
9393
run: npm ci
9494

95+
- name: Generate .env.test from secrets
96+
run: |
97+
cat <<'EOF' > .env.test
98+
NEXT_PUBLIC_SUPABASE_URL=${NEXT_PUBLIC_SUPABASE_URL}
99+
NEXT_PUBLIC_SUPABASE_ANON_KEY=${NEXT_PUBLIC_SUPABASE_ANON_KEY}
100+
SUPABASE_ACCESS_TOKEN=${SUPABASE_ACCESS_TOKEN}
101+
E2E_USERNAME_ID=${E2E_USERNAME_ID}
102+
E2E_USERNAME=${E2E_USERNAME}
103+
E2E_PASSWORD=${E2E_PASSWORD}
104+
EOF
105+
95106
- name: Install Playwright browsers
96107
run: npx playwright install chromium
97108

0 commit comments

Comments
 (0)