File tree 4 files changed +6
-20
lines changed
4 files changed +6
-20
lines changed Original file line number Diff line number Diff line change @@ -208,10 +208,10 @@ jobs:
208
208
run : npm -v
209
209
- name : Install Dependencies
210
210
run : npm i --ignore-scripts --no-audit --no-fund
211
- - name : Add Problem Matcher
212
- run : echo "::add-matcher::.github/matchers/tap.json"
213
211
- name : Set Tap RC
214
212
run : node ./test/fixtures/taprc.js
213
+ - name : Add Problem Matcher
214
+ run : echo "::add-matcher::.github/matchers/tap.json"
215
215
- name : Test
216
216
run : npm test --ignore-scripts
217
217
- name : Conclude Check
Original file line number Diff line number Diff line change @@ -106,9 +106,9 @@ jobs:
106
106
run : npm -v
107
107
- name : Install Dependencies
108
108
run : npm i --ignore-scripts --no-audit --no-fund
109
- - name : Add Problem Matcher
110
- run : echo "::add-matcher::.github/matchers/tap.json"
111
109
- name : Set Tap RC
112
110
run : node ./test/fixtures/taprc.js
111
+ - name : Add Problem Matcher
112
+ run : echo "::add-matcher::.github/matchers/tap.json"
113
113
- name : Test
114
114
run : npm test --ignore-scripts
Original file line number Diff line number Diff line change 1
1
- name : Support Long Paths
2
2
if : matrix.platform.os == 'windows-latest'
3
3
run : git config --system core.longpaths true
4
- - name : Checkout
5
- uses : actions/checkout@v3
6
- {{#if jobCheckout}}
7
- with :
8
- {{#each jobCheckout}}
9
- {{ @key }}: {{ this }}
10
- {{/each}}
11
- {{/if}}
12
- - name : Setup Git User
13
- run : |
14
- git config --global user.email "npm-cli+bot@github.com"
15
- git config --global user.name "npm CLI robot"
4
+ {{> defaultStepGit }}
Original file line number Diff line number Diff line change 1
- - name : Add Problem Matcher
2
- run : echo "::add-matcher::.github/matchers/tap.json"
3
1
- name : Set Tap RC
4
2
run : node ./test/fixtures/taprc.js
5
- - name : Test
6
- run : {{ rootNpmPath }} test --ignore-scripts
3
+ {{> defaultStepTest }}
You can’t perform that action at this time.
0 commit comments