We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdca646 commit 4b03994Copy full SHA for 4b03994
.github/workflows/playwright.yml
@@ -36,7 +36,11 @@ jobs:
36
37
- name: 🚀 Start Frontend App (Background)
38
run: |
39
+ echo "📂 Current directory:" && pwd
40
+ echo "📁 Listing files recursively:" && tree -L 3 || ls -R
41
cd apps/frontend
42
+ echo "📂 Now inside apps/frontend:" && pwd
43
+ echo "📁 Files here:" && ls -la
44
node .next/standalone/server.js &
45
echo "FRONTEND_PID=$!" >> $GITHUB_ENV
46
shell: bash
0 commit comments