Update test-guides.yml

This commit is contained in:
Stian Thorgersen 2021-11-15 08:38:10 +01:00 committed by GitHub
parent 926d035db3
commit f85c658548
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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