Skip to content

Commit

Permalink
install for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Coles authored and hcoles committed Dec 31, 2020
1 parent 239b19b commit 96d4bf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ jobs:
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-maven-
- name: 'Test'
run: mvn -B verify
# install rather than verify to ensure correct version used during integration test
run: mvn -B install

0 comments on commit 96d4bf5

Please sign in to comment.