Skip to content

Commit

Permalink
Merge branch 'main' into highlight-target
Browse files Browse the repository at this point in the history
  • Loading branch information
trallard authored Feb 18, 2025
2 parents c93a232 + ed331af commit 4240518
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ jobs:
- name: "Run accessibility tests with playwright 🎭"
# build PST, build docs, then run a11y-tests
run: python -Im tox run -m a11y
- name: "Upload Playwright traces, if any 🐾"
uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
name: playwright-traces
path: test-results/

# Build our docs (PST) on major OSes and check for warnings
build-site:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ allowlist_externals=
bash
commands =
bash -c 'if [[ "{env:GITHUB_ACTIONS:}" == "true" ]]; then playwright install --with-deps; else playwright install; fi'
pytest -m "a11y" {posargs}
pytest --tracing=retain-on-failure -m "a11y" {posargs}

# build PST documentation with the default or a specific Sphinx version
# since we are building the documentation we install the packaged dev version of PST
Expand Down

0 comments on commit 4240518

Please sign in to comment.