From 484c958f8c3b4e0aa77e99f8d0da26d7dd3c6631 Mon Sep 17 00:00:00 2001 From: SevenOfAces Date: Mon, 18 Nov 2024 20:39:34 -0800 Subject: [PATCH] modified: .forgejo/workflows/test.yml --- .forgejo/workflows/test.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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