Skip to content

Commit

Permalink
Don't fail on accessiblity checks
Browse files Browse the repository at this point in the history
  • Loading branch information
akoeplinger committed Sep 10, 2024
1 parent b23d0a6 commit cabcd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
node-version: 16
- name: Scan for accessibility issues
uses: microsoft/accessibility-insights-action@v3
fail-on-accessibility-error: false
with:
static-site-dir: ${{ github.workspace }}/_site
scan-timeout: 600000
fail-on-accessibility-error: false
- name: Upload accessibility report
if: success() || failure()
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit cabcd7f

Please sign in to comment.