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