modified: .forgejo/workflows/test.yml
Some checks failed
Testing / test (push) Has been cancelled

modified:   package.json
This commit is contained in:
Mrrp 2024-11-18 20:53:39 -08:00
parent 15b2b3162a
commit 928a952ca9
2 changed files with 2 additions and 2 deletions

View file

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