modified: .forgejo/workflows/test.yml
Some checks failed
Testing / test (push) Failing after 3s

This commit is contained in:
Mrrp 2024-11-18 20:39:34 -08:00
parent c227b2ed78
commit 484c958f8c

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