From 1d36e2b02021cc21ad383a21213aa9be645e34b5 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 28 Nov 2023 16:39:06 +0000 Subject: [PATCH] Run pa11y for debugging --- .github/workflows/check-a11y-of-changed-content.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/check-a11y-of-changed-content.yaml b/.github/workflows/check-a11y-of-changed-content.yaml index 27159db4e9..234eac27e4 100644 --- a/.github/workflows/check-a11y-of-changed-content.yaml +++ b/.github/workflows/check-a11y-of-changed-content.yaml @@ -60,5 +60,8 @@ jobs: - name: Wait for blog to be running run: npx wait-on http://localhost:4000 --timeout 60000 + - name: Run pa11y (for debugging) + run: npx pa11y http://localhost:4000 --debug + - name: Run pa11y-ci run: npx pa11y-ci