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 1288539 commit b05ed51Copy full SHA for b05ed51
.github/workflows/node.js.yml
@@ -21,10 +21,12 @@ jobs:
21
steps:
22
- uses: actions/checkout@v2
23
- name: Use Node.js ${{ matrix.node-version }}
24
- uses: actions/setup-node@v1
+ - uses: actions/setup-node@v1
25
+ - uses: codecov/codecov-action@v1
26
with:
27
node-version: ${{ matrix.node-version }}
28
- run: npm install
29
+ - run: npm test
30
- run: npm run build
31
- run: npm run build:demo:ci
32
env:
0 commit comments