mirror of
https://github.com/Qortal/qortal.git
synced 2025-04-29 14:27:51 +00:00
Update pr-testing.yml
-- Process 'Install' to load Deps Before testing
This commit is contained in:
parent
0fae20a3c3
commit
8421336016
6
.github/workflows/pr-testing.yml
vendored
6
.github/workflows/pr-testing.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user