Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
leaftail1880 committed Jun 27, 2024
1 parent f61d9c5 commit fd73b37
Show file tree
Hide file tree
Showing 3 changed files with 205 additions and 197 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/test.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test
name: CI
on:
workflow_dispatch:

Expand All @@ -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
Loading

0 comments on commit fd73b37

Please sign in to comment.