deleted: .forgejo/workflows/run-tests.sh
Some checks failed
Testing / test (push) Failing after 50s

modified:   .forgejo/workflows/test.yml
	modified:   package.json
This commit is contained in:
Mrrp 2024-11-18 20:50:17 -08:00
parent 8baba8a426
commit f3bdec089b
3 changed files with 3 additions and 25 deletions

View file

@ -24,11 +24,8 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Set up Unit test script
run: chmod +x ./.forgejo/workflows/run-tests.sh
- name: Run Unit tests
run: ./.forgejo/workflows/run-tests.sh
- name: Run Unit tests
run: npm run test:unit
- name: Run E2E tests
run: npm run test:e2e