modified: .forgejo/workflows/test.yml
Some checks failed
Testing / test (push) Failing after 48s

This commit is contained in:
Mrrp 2024-11-18 20:52:29 -08:00
parent f3bdec089b
commit 15b2b3162a

View file

@ -25,7 +25,7 @@ jobs:
run: npm ci
- name: Run Unit tests
run: npm run test:unit
run: npm run test:unit --passWithNoTests
- name: Run E2E tests
run: npm run test:e2e