Skip to content

Commit

Permalink
fix pr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewRyanRead committed Sep 29, 2023
1 parent caf6efe commit df2eebc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@ jobs:
]
- name: Resolve dependencies
run: mvn -B dependency:go-offline dependency:resolve-plugins
run: mvn -B dependency:go-offline

# can't add -o here; go-offline and resolve-plugins don't download plugin dependencies, lol
- name: Build, test, and install
run: mvn -o -B install
run: mvn -B install

# dependency:analyze-only is run as part of the previous step, but this sometimes catches more
- name: Run dependency and bug analysis
Expand Down

0 comments on commit df2eebc

Please sign in to comment.