main #2

Open
SevenOfAces wants to merge 11 commits from main into deploy
Showing only changes of commit 484c958f8c - Show all commits

View file

@ -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