Update test-guides.yml
This commit is contained in:
parent
926d035db3
commit
f85c658548
1 changed files with 3 additions and 3 deletions
6
.github/workflows/test-guides.yml
vendored
6
.github/workflows/test-guides.yml
vendored
|
@ -1,7 +1,7 @@
|
||||||
# This workflow will build a Java project with Maven
|
# This workflow will build a Java project with Maven
|
||||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
|
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
|
||||||
|
|
||||||
name: Test Guides
|
name: Test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -11,7 +11,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Keycloak documentation
|
name: Verify Keycloak documentation
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@ -24,7 +24,7 @@ jobs:
|
||||||
- name: Test
|
- name: Test
|
||||||
run: mvn test -B -pl tests -Dtest=!ExternalLinksTest
|
run: mvn test -B -pl tests -Dtest=!ExternalLinksTest
|
||||||
build-product:
|
build-product:
|
||||||
name: Product documentation
|
name: Verify product documentation
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue