From 37a77441736ce66bce6621ceaaf3c2b386bb3868 Mon Sep 17 00:00:00 2001 From: Redned Date: Sat, 30 Nov 2019 20:56:39 -0600 Subject: [PATCH] Include submodules in pull request build action --- .github/workflows/pullrequest.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index bea51a6e..bf5972f2 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -19,6 +19,8 @@ jobs: uses: actions/setup-java@v1 with: java-version: 1.8 + - name: submodules-init + uses: snickerbockers/submodules-init@v4 - name: Build with Maven run: mvn -B package - name: Archive artifacts