Skip to content

Commit

Permalink
Update html test (apache#1966)
Browse files Browse the repository at this point in the history
* Update html test

* Add config
  • Loading branch information
AlbumenJ authored Jan 28, 2023
1 parent 43d3d67 commit aad1d97
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/link_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
env:
HUGO_ENV: production
run: hugo --minify --baseURL /
- name: Setup Html Test
run: curl https://htmltest.wjdp.uk | bash
- name: Cache Html Test Ref
uses: ./.github/actions/always-upload-cache
with:
Expand All @@ -41,9 +39,9 @@ jobs:
restore-keys: |
${{ runner.os }}-htmltest-ref-
- name: Lint Self
run: ./bin/htmltest -s
run: docker run -v $(pwd):/test --rm wjdp/htmltest -s -c /test/.htmltest.yml
- name: Lint External
run: ./bin/htmltest
run: docker run -v $(pwd):/test --rm wjdp/htmltest -c /test/.htmltest.yml
- name: Print lint failed list if failure
if: failure()
run: cat tmp/.htmltest/htmltest.log | grep -v "hitting ---"
Expand Down

0 comments on commit aad1d97

Please sign in to comment.