Skip to content

Commit

Permalink
Remove continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
trallard committed Jul 2, 2024
1 parent e0af95c commit 474badd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ jobs:
- name: "Run accessibility tests with playwright 🎭"
# build PST, build docs, then run a11y-tests
run: python -Im tox run -e py312-docs,a11y-tests
continue-on-error: true

# Build our docs (PST) on major OSes and check for warnings
build-site:
Expand Down

0 comments on commit 474badd

Please sign in to comment.