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 bdb7b9a commit 41cb3cfCopy full SHA for 41cb3cf
.github/workflows/app-tests.yaml
@@ -63,7 +63,7 @@ jobs:
63
- if: matrix.ux-packages-source == 'php-vendor'
64
name: Refresh PHP dependencies from vendor/
65
working-directory: test_apps/encore-app
66
- run: pnpm install
+ run: pnpm install --ignore-workspace
67
68
- if: matrix.ux-packages-source == 'js-packages'
69
name: Install UX JS packages with a JS package manager
0 commit comments