Skip to content

Commit 03efc43

Browse files
committed
don't leak test package modules
1 parent 7e659c5 commit 03efc43

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
with:
3737
node-version: ${{ matrix.node-version }}
3838

39+
# Remove test-packages folder so that we don't leak node_modules between apps
40+
- name: Remove test-packages
41+
run: |
42+
rm -rf test-packages
3943
- name: Yarn Install
4044
working-directory: ./packages/ember-cli-fastboot
4145
run: |

0 commit comments

Comments
 (0)