From 36576a27f3ca1d28125001b0739d14acd2aa00a9 Mon Sep 17 00:00:00 2001 From: SevenOfAces Date: Mon, 18 Nov 2024 20:54:59 -0800 Subject: [PATCH] modified: .forgejo/workflows/test.yml --- .forgejo/workflows/test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 5ecdfaa..b31a43d 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -25,7 +25,4 @@ jobs: run: npm ci - name: Run Unit tests - run: npm run test:unit - - - name: Run E2E tests - run: npm run test:e2e \ No newline at end of file + run: npm run test:unit \ No newline at end of file