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 b05ed51 commit dccd176Copy full SHA for dccd176
.github/workflows/node.js.yml
@@ -20,17 +20,19 @@ jobs:
20
21
steps:
22
- uses: actions/checkout@v2
23
- - name: Use Node.js ${{ matrix.node-version }}
24
- - uses: actions/setup-node@v1
25
- - uses: codecov/codecov-action@v1
+ - name: Build 🌍 and Test 🐞
+ uses: actions/setup-node@v1x
26
with:
27
node-version: ${{ matrix.node-version }}
28
- run: npm install
+ - run: npm install codecov
29
- run: npm test
30
+ - run: npx codecov
31
- run: npm run build
32
- run: npm run build:demo:ci
33
env:
34
PUBLIC_URL: '/context-api-dev-tools-extension/'
35
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
36
37
- name: Deploy 🚀
38
uses: JamesIves/github-pages-deploy-action@3.7.1
0 commit comments