From 96d4bf54b5b337c30604ebf33621d2fb4b716435 Mon Sep 17 00:00:00 2001 From: Henry Coles Date: Thu, 31 Dec 2020 14:54:41 +0000 Subject: [PATCH] install for integration tests --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 857ffc71a..b9e31c74c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,4 +37,5 @@ jobs: key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-maven- - name: 'Test' - run: mvn -B verify \ No newline at end of file + # install rather than verify to ensure correct version used during integration test + run: mvn -B install