From 00c6114f0d8f574b9b6508ceb15ae77e6f3030ed Mon Sep 17 00:00:00 2001 From: Justin Hickman Date: Wed, 16 Feb 2022 09:43:33 -0500 Subject: [PATCH] Update maven.yml Wanting to get tests to run, but having issues with jetty in github actions --- .github/workflows/maven.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 4b5bf93..356dc68 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -23,5 +23,4 @@ jobs: distribution: 'adopt' cache: maven - name: Build with Maven -# skip tests for now due to running jetty. will have to readdress - run: mvn -B package -Dmaven.test.skip=true --file pom.xml + run: mvn -B package --file pom.xml