From 67786aa439b7a95de5e501f84e0ce0b4cfad5edd Mon Sep 17 00:00:00 2001 From: Andrus Adamchik Date: Fri, 19 Apr 2024 14:49:34 -0400 Subject: [PATCH] ensure dependencies are refreshed on build --- .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 fc1a72c..2271d71 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -29,7 +29,7 @@ jobs: restore-keys: ${{ runner.os }}-maven - name: Build and test... - run: mvn clean verify + run: mvn clean verify -U deploy: needs: build