This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user