Skip to content

Commit e90ee63

Browse files
committed
debug
1 parent e7db902 commit e90ee63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/app-tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ jobs:
6969
name: Install UX JS packages with a JS package manager
7070
working-directory: test_apps/encore-app
7171
run: |
72+
echo $(cd ../..; pnpm ls -r --json --depth -1)
73+
jq --version
7274
PACKAGES_TO_INSTALL=''
7375
for PACKAGE in $(cd ../..; pnpm ls -r --json --depth -1 | jq 'map(select(.private != true))'); do
7476
PACKAGE_DIR=../../$(echo $PACKAGE | jq -r '.path')

0 commit comments

Comments
 (0)