new file: .forgejo/workflows/run-tests.sh
Some checks failed
Testing / test (push) Failing after 44s
Some checks failed
Testing / test (push) Failing after 44s
modified: .forgejo/workflows/test.yml
This commit is contained in:
parent
ab50b172f6
commit
cd75367045
2 changed files with 21 additions and 2 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue