mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-15 01:31:57 +08:00
⚙️ Update check-svgs & Vitest workflow
This commit is contained in:
parent
097cd3c649
commit
8a66a4cb0d
@ -1,4 +1,4 @@
|
||||
name: ⚙️ Check app
|
||||
name: 🛠️ Check
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -13,6 +13,7 @@ on:
|
||||
jobs:
|
||||
vitest:
|
||||
runs-on: ubuntu-latest
|
||||
name: Testing with Vitest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
@ -28,6 +29,7 @@ jobs:
|
||||
run: pnpm test
|
||||
svgs-size:
|
||||
runs-on: ubuntu-latest
|
||||
name: SVGs Size
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
Loading…
Reference in New Issue
Block a user