From a1a3e951f5f7f397b3c3a16fd2213f433e8842f9 Mon Sep 17 00:00:00 2001 From: "tom.coursow" Date: Wed, 12 Jul 2023 12:34:44 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.gitea/workflows/build.yml=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 74b698d..7e3ec07 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -26,7 +26,7 @@ jobs: - name: Install Dependencies run: npm ci - name: Run Tests - run: npm test -- --watchAll --testMatch "**/src/**/*.test.js" + run: npm test Explore-Gitea-Actions: runs-on: ubuntu-latest steps: