diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 8c7df31..f89d87b 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -24,5 +24,8 @@ jobs: - name: Install dependencies run: npm ci - - name: Run tests - run: npm run test:unit \ No newline at end of file + - name: Run Cypress (e2e testing) + uses: cypress-io/github-action@v6 + with: + build: npm run build + start: npm start \ No newline at end of file