Skip to content

Commit 4b03994

Browse files
committed
update tests
1 parent cdca646 commit 4b03994

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@ jobs:
3636

3737
- name: 🚀 Start Frontend App (Background)
3838
run: |
39+
echo "📂 Current directory:" && pwd
40+
echo "📁 Listing files recursively:" && tree -L 3 || ls -R
3941
cd apps/frontend
42+
echo "📂 Now inside apps/frontend:" && pwd
43+
echo "📁 Files here:" && ls -la
4044
node .next/standalone/server.js &
4145
echo "FRONTEND_PID=$!" >> $GITHUB_ENV
4246
shell: bash

0 commit comments

Comments
 (0)