Skip to content

Commit c3e45ec

Browse files
committed
test again
1 parent 85ad86e commit c3e45ec

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
@@ -34,6 +34,10 @@ jobs:
3434
uses: actions/setup-node@v1
3535
with:
3636
node-version: ${{ matrix.node-version }}
37+
- name: Remove test-packages
38+
run: |
39+
rm -rf test-packages
40+
rm yarn.lock
3741
- name: Install NPM version 4
3842
run: |
3943
npm config set spin false

0 commit comments

Comments
 (0)