mirror of
https://github.com/pheralb/svgl.git
synced 2025-03-20 20:21:14 +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
|
- name: Run typecheck
|
||||||
run: npm run check
|
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…
x
Reference in New Issue
Block a user