Skip to content

Commit 40d5774

Browse files
dword-design-honestlydword-design
authored andcommitted
chore: update github workflows
1 parent 41ce2ec commit 40d5774

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

.github/workflows/build.yml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ jobs:
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
7473
name: build
7574
on:
7675
pull_request: {}

0 commit comments

Comments
 (0)