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 name: PR testing
on: on:
pull_request: push:
branches: [ master ] branches: [ master ]
jobs: jobs:
@ -22,6 +22,10 @@ jobs:
java-version: '11' java-version: '11'
distribution: 'adopt' distribution: 'adopt'
- name: Load custom deps
run: |
mvn install -DskipTests=true --file pom.xml
- name: Run all tests - name: Run all tests
run: | run: |
mvn -B clean test -DskipTests=false --file pom.xml mvn -B clean test -DskipTests=false --file pom.xml