File tree 2 files changed +1
-21
lines changed
2 files changed +1
-21
lines changed Original file line number Diff line number Diff line change 39
39
- name : Run tests
40
40
run : |
41
41
CI=true npm run test
42
- - name : Store artifacts
43
- uses : actions/upload-artifact@v2
44
- with :
45
- name : test
46
- path : test
47
42
48
43
scenarios :
49
44
runs-on : ubuntu-latest
55
50
- name : Run scenarios
56
51
run : |
57
52
CI=true npm run scenarios
58
- - name : Store artifacts
59
- uses : actions/upload-artifact@v2
60
- with :
61
- name : scenarios
62
- path : scenarios
63
53
64
54
lint :
65
55
runs-on : ubuntu-latest
70
60
action : retrieve
71
61
- name : Run Lint
72
62
run : npm run lint
73
- - name : Store artifacts
74
- uses : actions/upload-artifact@v2
75
- with :
76
- name : lint
77
- path : lint
78
63
79
64
coverage :
80
65
runs-on : ubuntu-latest
89
74
uses : coverallsapp/github-action@v2
90
75
with :
91
76
github-token : ${{ secrets.GITHUB_TOKEN }}
92
- - name : Store artifacts
93
- uses : actions/upload-artifact@v2
94
- with :
95
- name : coverage
96
- path : coverage
97
77
98
78
slither :
99
79
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 28
28
- run : npm publish
29
29
env :
30
30
GITHUB_TOKEN : ${{ secrets.RAZORNETWORKBOT }}
31
- NPM_TOKEN : ${{ secrets.RAZORDEPLOYER }}
31
+ NODE_AUTH_TOKEN : ${{ secrets.RAZORDEPLOYER }}
You can’t perform that action at this time.
0 commit comments