File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
node-version : " ${{ matrix.node-version }}"
27
27
cache : npm
28
28
- run : npm ci
29
- - run : " npm run test:ci "
29
+ - run : npm test
30
30
test :
31
31
runs-on : ubuntu-latest
32
32
needs : test_matrix
39
39
- run : npm ci
40
40
- name : Ensure dependencies are compatible with the version of node
41
41
run : npx ls-engines
42
- - run : npm run lint
42
+ # enable once we replace `xo` with `prettier`
43
+ # - run: npm run lint
43
44
- run : npx lockfile-lint --path package-lock.json
Original file line number Diff line number Diff line change 103
103
"codecov" : " codecov -f coverage/coverage-final.json" ,
104
104
"lint" : " xo" ,
105
105
"semantic-release" : " semantic-release" ,
106
- "test" : " c8 ava -v" ,
107
- "test:ci" : " c8 ava -v"
106
+ "test" : " c8 ava -v"
108
107
},
109
108
"xo" : {
110
109
"prettier" : true ,
You can’t perform that action at this time.
0 commit comments