From 926d035db3adfc75683f68467c82800d85398da5 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Mon, 15 Nov 2021 08:37:47 +0100 Subject: [PATCH] Update test-external-links.yml --- .github/workflows/test-external-links.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-external-links.yml b/.github/workflows/test-external-links.yml index ccfb6ded3a..94b14417fb 100644 --- a/.github/workflows/test-external-links.yml +++ b/.github/workflows/test-external-links.yml @@ -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 \ No newline at end of file + run: mvn test -B -Dproduct -pl tests -Dtest=ExternalLinksTest