From e791dc118e0bf9b0077e0662f447ce573feeea37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20Erik=20St=C3=B8wer?= Date: Mon, 11 Sep 2023 20:44:27 +0200 Subject: [PATCH] No tests! --- .github/workflows/client-build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/client-build.yml b/.github/workflows/client-build.yml index 662c5441c22..68e296efc9b 100644 --- a/.github/workflows/client-build.yml +++ b/.github/workflows/client-build.yml @@ -25,5 +25,4 @@ jobs: working-directory: ./client-next run: | npm install - npm run build - npm run test \ No newline at end of file + npm run build \ No newline at end of file