File tree Expand file tree Collapse file tree 1 file changed +12
-13
lines changed
Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Original file line number Diff line number Diff line change 4646 with :
4747 node-version : ${{ matrix.node }}
4848 - run : yarn --frozen-lockfile
49- - run : yarn test
49+ - env :
50+ TEST_GITHUB_API_TOKEN : ${{ secrets.TEST_GITHUB_API_TOKEN }}
51+ run : yarn test
5052 - if : failure()
5153 uses : actions/upload-artifact@v3
5254 with :
@@ -59,18 +61,15 @@ jobs:
5961 token : ${{ secrets.CODECOV_TOKEN }}
6062 strategy :
6163 matrix :
62- exclude :
63- - node : 12
64- os : macos-latest
65- - node : 12
66- os : windows-latest
67- node :
68- - 12
69- - 14
70- os :
71- - macos-latest
72- - windows-latest
73- - ubuntu-latest
64+ include :
65+ - node : 14
66+ os : ubuntu-latest
67+ - node : 16
68+ os : ubuntu-latest
69+ - os : macos-latest
70+ version : 14
71+ - os : windows-latest
72+ version : 14
7473name : build
7574on :
7675 pull_request : {}
You can’t perform that action at this time.
0 commit comments