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 ffee1a2 commit 49dfd76Copy full SHA for 49dfd76
.github/workflows/ci.yml
@@ -3,6 +3,10 @@ on:
3
push:
4
branches:
5
- master
6
+
7
+env:
8
+ SKIP_PREFLIGHT_CHECK: true
9
10
jobs:
11
build-deploy:
12
runs-on: ubuntu-18.04
@@ -14,14 +18,15 @@ jobs:
14
18
15
19
- run: npm install
16
20
- run: npm run build
21
+ - run: npm run coverage
17
22
- run: npm run doc
23
24
- run: npm install @jsdevtools/npm-publish -g
25
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
26
27
- name: Create Tag
28
id: create_tag
- uses: jaywcjlove/create-tag-action@v1.2.0
29
+ uses: jaywcjlove/create-tag-action@v1.2.1
30
with:
31
token: ${{ secrets.GITHUB_TOKEN }}
32
package-path: ./package.json
0 commit comments