diff --git a/.github/workflows/axe-a11y-check.yml b/.github/workflows/axe-a11y-check.yml index 42c53d034..2da2ee918 100644 --- a/.github/workflows/axe-a11y-check.yml +++ b/.github/workflows/axe-a11y-check.yml @@ -29,5 +29,6 @@ jobs: - run: npm start & npx wait-on http://localhost:4010 - name: Run axe run: | + console.log("Debug message: Running axe-core accessibility checks..."); npm install -g @axe-core/cli axe http://localhost:4010 --exit