Skip to content

Commit 2cb3088

Browse files
committed
debug
1 parent b6a6981 commit 2cb3088

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/app-tests.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,15 @@ jobs:
9595
env:
9696
EXPECTED_PATTERN: ${{ matrix.ux-packages-source == 'php-vendor' && 'file:vendor/symfony/*' || 'link:../../src/*' }}
9797

98+
- run: |
99+
ls -l node_modules
100+
pnpm list --depth 0
101+
ls -l node_modules/
102+
pnpm install
103+
pnpm list --depth 0
104+
ls -l node_modules/
105+
working-directory: test_apps/encore-app
106+
98107
- name: Ensure project can be built in dev mode
99108
working-directory: test_apps/encore-app
100109
run: pnpm run dev

0 commit comments

Comments
 (0)