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