Skip to content

Revert "Fixes A11y test errors" #674

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 16, 2025
Merged

Conversation

kjaymiller
Copy link
Contributor

Reverts #673

Comment on lines +10 to +35
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"

- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip install -r requirements.txt
pip install axe-core-python pytest playwright axe-playwright-python

- name: Install Playwright browsers
run: |
playwright install

- name: Run accessibility tests
run: |
python3 -m pytest tests/

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {contents: read}
@kjaymiller kjaymiller merged commit a7747e1 into gh-pages May 16, 2025
6 of 8 checks passed
@kjaymiller kjaymiller deleted the revert-673-push-ptzptpuumxoy branch May 18, 2025 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant