Skip to content

Commit cdca646

Browse files
committed
update tests
1 parent 607d707 commit cdca646

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/playwright.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
NODE_ENV: test
1616
NEXTAUTH_SECRET: 'test-secret-for-ci-only'
1717
NEXT_PUBLIC_EXAMPLE_VARIABLE: 'CI Test Variable'
18+
PRIVATE_EXAMPLE_VARIABLE: 'Private CI Test Variable'
1819
CI: true
1920

2021
steps:
@@ -29,13 +30,14 @@ jobs:
2930
with:
3031
browsers: 'chromium'
3132

32-
- name: ️ Build Frontend App
33+
- name: 🏗️ Build Frontend App
3334
run: pnpm --filter @infinum/frontend build
3435
shell: bash
3536

3637
- name: 🚀 Start Frontend App (Background)
3738
run: |
38-
pnpm --filter @infinum/frontend start &
39+
cd apps/frontend
40+
node .next/standalone/server.js &
3941
echo "FRONTEND_PID=$!" >> $GITHUB_ENV
4042
shell: bash
4143

0 commit comments

Comments
 (0)