chore: install all deps on ci

This commit is contained in:
Ayo Ayco 2024-12-19 23:32:20 +01:00
parent 7160559c01
commit 09f3376119

View file

@ -23,7 +23,7 @@ jobs:
- name: Install deps
run: |
npm install vitest
npm install && npm install vitest
- name: Run Vitest
run: npx vitest run .