File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -30,15 +30,14 @@ jobs:
3030 ${{runner.os}}-yarn-
3131
3232 - run : corepack yarn install --immutable
33- - run : corepack yarn build # We need the stubs to run the tests
3433
3534 - name : " Check for type errors"
3635 run : corepack yarn typecheck
3736
3837 - name : " Check for linting errors"
3938 run : corepack yarn lint
4039
41- build :
40+ build-and-test :
4241 strategy :
4342 fail-fast : false
4443 matrix :
5352
5453 name : " ${{matrix.platform}} w/ Node.js ${{matrix.node}}.x"
5554 runs-on : ${{matrix.platform}}
56- needs : chore
5755
5856 steps :
5957 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 77 - cron : 5 0 * * 5
88
99jobs :
10- build :
10+ fetch-latest-versions :
1111 runs-on : ubuntu-latest
1212
1313 steps :
Original file line number Diff line number Diff line change 99 required : true
1010
1111jobs :
12- build :
12+ build-and-update-nock-files :
1313 runs-on : ubuntu-latest
1414
1515 steps :
You can’t perform that action at this time.
0 commit comments