Update pr-testing.yml

-- Process 'Install' to load Deps Before testing
This commit is contained in:
Ice 2025-04-16 15:11:04 -04:00 committed by GitHub
parent 0fae20a3c3
commit 8421336016
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,11 @@ jobs:
with:
java-version: '11'
distribution: 'adopt'
- name: Load custom deps
run: |
mvn install -DskipTests=true --file pom.xml
- name: Run all tests
run: |
mvn -B clean test -DskipTests=false --file pom.xml