Update test-external-links.yml
This commit is contained in:
parent
408d2fad10
commit
926d035db3
1 changed files with 4 additions and 4 deletions
6
.github/workflows/test-external-links.yml
vendored
6
.github/workflows/test-external-links.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 External Links
|
name: External Links
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -12,7 +12,7 @@ on:
|
||||||
- cron: '0 5 * * *'
|
- cron: '0 5 * * *'
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: Keycloak documentation
|
name: Verify links in Keycloak documentation
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- name: Test
|
- name: Test
|
||||||
run: mvn test -B -pl tests -Dtest=ExternalLinksTest
|
run: mvn test -B -pl tests -Dtest=ExternalLinksTest
|
||||||
test-product:
|
test-product:
|
||||||
name: Product documentation
|
name: Verify links in 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