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
|
||||
# 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:
|
||||
push:
|
||||
|
@ -11,7 +11,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
name: Keycloak documentation
|
||||
name: Verify Keycloak documentation
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
@ -24,7 +24,7 @@ jobs:
|
|||
- name: Test
|
||||
run: mvn test -B -pl tests -Dtest=!ExternalLinksTest
|
||||
build-product:
|
||||
name: Product documentation
|
||||
name: Verify product documentation
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue