Update test-external-links.yml

This commit is contained in:
Stian Thorgersen 2021-11-15 08:37:47 +01:00 committed by GitHub
parent 408d2fad10
commit 926d035db3
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 External Links
name: External Links
on:
push:
@ -12,7 +12,7 @@ on:
- cron: '0 5 * * *'
jobs:
test:
name: Keycloak documentation
name: Verify links in Keycloak documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@ -25,7 +25,7 @@ jobs:
- name: Test
run: mvn test -B -pl tests -Dtest=ExternalLinksTest
test-product:
name: Product documentation
name: Verify links in product documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@ -36,4 +36,4 @@ jobs:
- name: Build
run: mvn install -B -Dproduct
- name: Test
run: mvn test -B -Dproduct -pl tests -Dtest=ExternalLinksTest
run: mvn test -B -Dproduct -pl tests -Dtest=ExternalLinksTest