From 3d52cfa4fe52e3ea1a55f010c43addb9cbdfcfee Mon Sep 17 00:00:00 2001 From: neodiX Date: Fri, 2 Aug 2024 18:47:24 +0200 Subject: [PATCH] typo --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 82a3fb4a..a89b08dd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: - name: Compile all run: | - mvn clean install -skipTests + mvn clean install -DskipTests - name: Run Utils tests run: |