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

modified:   .forgejo/workflows/test.yml
This commit is contained in:
Mrrp 2024-11-18 20:44:49 -08:00
parent ab50b172f6
commit cd75367045
2 changed files with 21 additions and 2 deletions

View file

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