File tree Expand file tree Collapse file tree 4 files changed +6
-20
lines changed Expand file tree Collapse file tree 4 files changed +6
-20
lines changed Original file line number Diff line number Diff line change @@ -208,10 +208,10 @@ jobs:
208208 run : npm -v
209209 - name : Install Dependencies
210210 run : npm i --ignore-scripts --no-audit --no-fund
211- - name : Add Problem Matcher
212- run : echo "::add-matcher::.github/matchers/tap.json"
213211 - name : Set Tap RC
214212 run : node ./test/fixtures/taprc.js
213+ - name : Add Problem Matcher
214+ run : echo "::add-matcher::.github/matchers/tap.json"
215215 - name : Test
216216 run : npm test --ignore-scripts
217217 - name : Conclude Check
Original file line number Diff line number Diff line change @@ -106,9 +106,9 @@ jobs:
106106 run : npm -v
107107 - name : Install Dependencies
108108 run : npm i --ignore-scripts --no-audit --no-fund
109- - name : Add Problem Matcher
110- run : echo "::add-matcher::.github/matchers/tap.json"
111109 - name : Set Tap RC
112110 run : node ./test/fixtures/taprc.js
111+ - name : Add Problem Matcher
112+ run : echo "::add-matcher::.github/matchers/tap.json"
113113 - name : Test
114114 run : npm test --ignore-scripts
Original file line number Diff line number Diff line change 11- name : Support Long Paths
22 if : matrix.platform.os == 'windows-latest'
33 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 "[email protected] " 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"
31- name : Set Tap RC
42 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