Skip to content

Commit 520c0eb

Browse files
committed
update tests
1 parent 1520c7e commit 520c0eb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,16 @@ jobs:
3434
run: pnpm --filter @infinum/frontend build
3535
shell: bash
3636

37+
- name: � Debug Build Output
38+
run: |
39+
echo "Checking build output structure:"
40+
ls -la apps/frontend/.next/
41+
echo "Checking for standalone directory:"
42+
ls -la apps/frontend/.next/standalone/ || echo "No standalone directory found"
43+
echo "Checking for server.js:"
44+
find apps/frontend/.next -name "server.js" -type f || echo "No server.js found"
45+
shell: bash
46+
3747
- name: 🚀 Start Frontend App (Background)
3848
run: |
3949
node .next/standalone/apps/frontend/server.js &

0 commit comments

Comments
 (0)