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 47d6fdc commit 408abd3Copy full SHA for 408abd3
.github/workflows/pro-integration-tests.yml
@@ -138,7 +138,9 @@ jobs:
138
- name: Install Node modules with pnpm for Pro dummy app
139
# --ignore-workspace prevents pnpm from treating this as part of the parent workspace
140
# The Pro dummy app has its own dependencies and uses yalc links
141
- run: cd spec/dummy && pnpm install --ignore-workspace
+ run: |
142
+ pwd
143
+ cd spec/dummy && pnpm install
144
145
- name: Install Ruby Gems for Pro dummy app
146
run: |
0 commit comments