mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
⚙️ Update check-svgs & Vitest workflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user