Skip to content

Commit 3650095

Browse files
committed
ci: test npm path
1 parent a1c1b8f commit 3650095

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/deploy-application.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ jobs:
3737
cd ${{ secrets.SSH_PATH }}
3838
git pull
3939
cd web/app/plugins/cbf-multisite
40-
npm ci && npm run build:assets
40+
echo "SHELL=$SHELL"
41+
echo "PATH=$PATH"
42+
command -v npm || true
43+
type npm || true
44+
# npm ci && npm run build:assets
4145
4246
check:
4347
needs: [deploy]

0 commit comments

Comments
 (0)