From 1f436abce19fa3bb8f06e82cec170391b64487e4 Mon Sep 17 00:00:00 2001 From: TomP101 <113848215+TomP101@users.noreply.github.com> Date: Tue, 4 Mar 2025 14:42:47 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3febca735..27c7e4a57 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run Tests - run: mvn test + run: mvn test -Dmaven.test.failure.ignore=true build: if: github.event_name == 'pull_request'