Skip to content

Commit 6cd5fd5

Browse files
committed
remove tests packages so that NPM 4 :( doesn't add node_modules from the test-packages
1 parent 8799079 commit 6cd5fd5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
run: |
3939
npm config set spin false
4040
npm install -g npm@4
41+
- name: Remove test packages
42+
rm -rf test-packages
4143
- name: Yarn Install
4244
run: yarn install --ignore-engines
4345
- name: Run Mocha Tests

0 commit comments

Comments
 (0)