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