modified: .forgejo/workflows/test.yml modified: package.json
This commit is contained in:
parent
8baba8a426
commit
f3bdec089b
3 changed files with 3 additions and 25 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue