From 0d0add4c527b3f6e349fc0bdc32804fb6b0f56c2 Mon Sep 17 00:00:00 2001 From: Nicholas Kolatsis Date: Mon, 12 Aug 2024 12:14:03 +0200 Subject: [PATCH] fixing ci vitest tests --- .github/workflows/build-and-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 0c99d4f..49fec44 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -25,4 +25,4 @@ jobs: - name: Build and test run: ./mvnw clean package - name: Test frontend - run: cd src/main/frontend && npm test -- --all --watchAll=false \ No newline at end of file + run: cd src/main/frontend && npm test --watchAll=false \ No newline at end of file