mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
🛠 Update workflow.
This commit is contained in:
parent
9529c4fc04
commit
897ce00383
15
.github/workflows/ci.yml
vendored
15
.github/workflows/ci.yml
vendored
@ -24,3 +24,18 @@ jobs:
|
||||
|
||||
- name: Run typecheck
|
||||
run: npm run check
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Node.js 18.x
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.x
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
|
||||
- name: Run Vitest
|
||||
run: npm run test
|
||||
|
Loading…
Reference in New Issue
Block a user