Skip to content

Commit 1520c7e

Browse files
committed
update tests
1 parent 303249b commit 1520c7e

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,9 @@ jobs:
3434
run: pnpm --filter @infinum/frontend build
3535
shell: bash
3636

37-
- name: � Debug Build Output
38-
run: |
39-
echo "📂 Current directory:" && pwd
40-
cd apps/frontend
41-
echo "📁 Checking .next directory structure:"
42-
ls -la .next/ || echo "No .next directory found"
43-
echo "� Looking for standalone directory:"
44-
ls -la .next/standalone/ || echo "No standalone directory found"
45-
echo "📁 Looking for any server files:"
46-
find .next -name "*.js" -path "*/server*" || echo "No server files found"
47-
shell: bash
48-
4937
- name: 🚀 Start Frontend App (Background)
5038
run: |
51-
cd apps/frontend
52-
echo "🚀 Starting frontend with next start..."
53-
pnpm start &
39+
node .next/standalone/apps/frontend/server.js &
5440
echo "FRONTEND_PID=$!" >> $GITHUB_ENV
5541
shell: bash
5642

0 commit comments

Comments
 (0)