Skip to content

Commit 408abd3

Browse files
remove --ignore-workspace argument from pnpm install
1 parent 47d6fdc commit 408abd3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pro-integration-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,9 @@ jobs:
138138
- name: Install Node modules with pnpm for Pro dummy app
139139
# --ignore-workspace prevents pnpm from treating this as part of the parent workspace
140140
# The Pro dummy app has its own dependencies and uses yalc links
141-
run: cd spec/dummy && pnpm install --ignore-workspace
141+
run: |
142+
pwd
143+
cd spec/dummy && pnpm install
142144
143145
- name: Install Ruby Gems for Pro dummy app
144146
run: |

0 commit comments

Comments
 (0)