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