-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f61d9c5
commit fd73b37
Showing
3 changed files
with
205 additions
and
197 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: test | ||
name: CI | ||
on: | ||
workflow_dispatch: | ||
|
||
|
@@ -23,13 +23,21 @@ jobs: | |
- uses: actions/checkout@master | ||
|
||
- run: corepack enable | ||
|
||
- uses: actions/setup-node@master | ||
with: | ||
node-version: 22 | ||
|
||
- run: yarn install --immutable | ||
|
||
- run: node build | ||
|
||
- run: yarn test --run --coverage | ||
|
||
- uses: paambaati/[email protected] | ||
env: | ||
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} | ||
|
||
- run: yarn prettier -w src | ||
|
||
- run: yarn eslint --fix src |
Oops, something went wrong.