From d9c91bb616a88d046943f828f18784df81ec3295 Mon Sep 17 00:00:00 2001 From: Daniel Ginovker Date: Wed, 5 Aug 2020 14:27:53 -0400 Subject: [PATCH] Make it build all submodules, not just server --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 47e37a8c..812fb4af 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -21,4 +21,4 @@ jobs: with: java-version: 1.8 - name: Build with Maven - run: mvn -B clean install --file 2006Redone\ Server/pom.xml + run: mvn -B clean install