modified: package.json
This commit is contained in:
parent
484c958f8c
commit
ab50b172f6
2 changed files with 6 additions and 6 deletions
|
@ -24,8 +24,8 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Run Cypress (e2e testing)
|
||||
uses: cypress-io/github-action@v6
|
||||
with:
|
||||
build: npm run build
|
||||
start: npm start
|
||||
- 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