File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 steps :
4343 - uses : actions/checkout@v2
4444 - uses : ljharb/actions/node/run@main
45+ name : ' npm install && npm run tests-only'
4546 with :
4647 node-version : ${{ matrix.node-version }}
4748 command : ' tests-only'
Original file line number Diff line number Diff line change 2525 steps :
2626 - uses : actions/checkout@v2
2727 - uses : ljharb/actions/node/run@main
28+ name : ' npm install && npm run tests-only'
2829 with :
2930 node-version : ${{ matrix.node-version }}
3031 command : ' tests-only'
4445 steps :
4546 - uses : actions/checkout@v2
4647 - uses : ljharb/actions/node/run@main
48+ name : ' npm install && npm run tests-only'
4749 with :
4850 node-version : ${{ matrix.node-version }}
4951 command : ' tests-only'
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12- - uses : actions/checkout@v1
12+ - uses : actions/checkout@v2
1313 - uses : ljharb/rebase@master
1414 env :
1515 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1010
1111 steps :
1212 - uses : ljharb/require-allow-edits@main
13- env :
14- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments