We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d53072c commit 42e9f91Copy full SHA for 42e9f91
.github/workflows/main.yml
@@ -19,6 +19,7 @@ jobs:
19
- name: yarn install and test
20
run: |
21
node --version
22
+ mkdir -p ./coverage/
23
yarn
24
yarn test
25
env:
0 commit comments