Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielClarkeEducation committed Feb 8, 2024
1 parent ed18bb9 commit 68fac48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/run-accessibility-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ runs:
steps:
- name: Run Pa11y
shell: bash
run: pa11y-ci ${{ inputs.url }} --config .pa11yci-ubuntu.json
run: npm i && pa11y-ci ${{ inputs.url }} --config .pa11yci-ubuntu.json
working-directory: ./tests/Dfe.EarlyYearsQualification.AccessibilityTests/

0 comments on commit 68fac48

Please sign in to comment.