Run tests on CI

This commit is contained in:
Connor Yoh 2025-07-31 18:12:17 +01:00
parent 78e5594cc3
commit 8f9e5a6bfa

View File

@ -130,7 +130,7 @@ jobs:
- name: Build frontend
run: cd frontend && npm run build
- name: Run frontend tests
run: cd frontend && npm test --passWithNoTests --watchAll=false || true
run: cd frontend && npm run test -- --run
- name: Upload frontend build artifacts
uses: actions/upload-artifact@v4.6.2
with: