main #2
1 changed files with 5 additions and 2 deletions
|
@ -24,5 +24,8 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Run tests
|
||||
run: npm run test:unit
|
||||
- name: Run Cypress (e2e testing)
|
||||
uses: cypress-io/github-action@v6
|
||||
with:
|
||||
build: npm run build
|
||||
start: npm start
|
Loading…
Add table
Reference in a new issue