forked from Qortal/qortal
Update pr-testing.yml
-- Process 'Install' to load Deps Before testing
This commit is contained in:
4
.github/workflows/pr-testing.yml
vendored
4
.github/workflows/pr-testing.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user