Update test-guides.yml
This commit is contained in:
parent
f85c658548
commit
b89dd977dc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-guides.yml
vendored
2
.github/workflows/test-guides.yml
vendored
|
@ -33,6 +33,6 @@ jobs:
|
|||
with:
|
||||
java-version: 1.8
|
||||
- name: Build
|
||||
run: mvn install -B -Dproduct
|
||||
run: mvn install -B -Dproduct -DskipTests
|
||||
- name: Test
|
||||
run: mvn test -B -Dproduct -pl tests -Dtest=!ExternalLinksTest
|
||||
|
|
Loading…
Reference in a new issue