test: add frontend tests for vue components

This commit is contained in:
dni ⚡
2025-12-23 10:58:46 +01:00
parent 8e0d1cc100
commit b2aaf97cf3
7 changed files with 2705 additions and 4 deletions
+7
View File
@@ -12,6 +12,13 @@ jobs:
lint:
uses: ./.github/workflows/lint.yml
test-frontend:
needs: [ lint ]
uses: ./.github/workflows/make.yml
with:
make: test-frontend
npm: true
test-api:
needs: [ lint ]
strategy:
+1 -1
View File
@@ -1,4 +1,4 @@
name: tests
name: tests pytest
on:
workflow_call: