ci: run vitest before build
Build & Deploy / build (push) Failing after 5s

This commit is contained in:
neckfire
2026-06-20 12:58:10 +02:00
parent bfdb3d3d9a
commit 0a79af3738
+5
View File
@@ -16,6 +16,11 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Tests (vitest)
run: |
docker run --rm -v "$PWD/DataSentinel":/app -w /app node:22-alpine \
sh -c 'corepack enable && pnpm install --frozen-lockfile && pnpm test'
- name: Build & push image - name: Build & push image
run: | run: |
set -e set -e