Update pr-testing.yml

This commit is contained in:
Ice 2025-04-16 14:30:10 -04:00 committed by GitHub
parent cc4056047e
commit 2cf0aeac22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
name: PR testing
on:
pull_request:
push:
branches: [ master ]
jobs:
@ -22,6 +22,10 @@ jobs:
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