File tree Expand file tree Collapse file tree 2 files changed +2
-41
lines changed Expand file tree Collapse file tree 2 files changed +2
-41
lines changed Original file line number Diff line number Diff line change 13
13
id : node
14
14
- name : Setup Tools
15
15
run : |
16
- # npm install -g lerna
17
- npm install -g @angular/cli
18
- env :
19
- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
20
- - name : Check out Code
21
- uses : actions/checkout@v1
22
- - name : Install Dependencies
23
- run : yarn install
24
- env :
25
- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
26
- - name : Lint
27
- run : ng lint ngx-utils
28
- # run: yarn affected:lint --all
29
- env :
30
- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
31
- - name : Unit Test
32
- run : ng test ngx-utils
33
- # run: yarn affected:test --all
34
- env :
35
- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
36
- # - name: Integration Test
37
- # run: yarn affected:e2e --all
38
- # env:
39
- # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
40
- - name : Upload coverage to Codecov
41
- run : bash <(curl -s https://codecov.io/bash)
42
- -F unittests
43
- -n codecov-ngx
44
- -f ./coverage/libs/ngx-utils/coverage-final.json
45
- -B "${GITHUB_REF//refs\/heads\//}"
46
- -T "${GITHUB_REF//refs\/tags\//}"
47
- -C "${GITHUB_SHA}"
48
- -Z || echo 'Codecov upload failed'
49
- env :
50
- CI : true
51
- CODECOV_ENV : github-action
52
- CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
53
- CODECOV_PR : ${{ github.event.after }}
54
- CODECOV_SHA : ${{ github.sha }}
16
+ echo $NPM_TOKEN
17
+ echo $NODE_AUTH_TOKEN
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments