We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1326de commit 04b9069Copy full SHA for 04b9069
1 file changed
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
npm config set spin false
40
npm install -g npm@4
41
- name: Remove test packages
42
- run: rm -rf test-packages
+ run: rm -rf test-packages
43
- name: Yarn Install
44
run: yarn install --ignore-engines
45
- name: Run Mocha Tests
0 commit comments