Skip to content

Commit

Permalink
Update accessibility-scan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeetgarg authored Jan 28, 2025
1 parent c1ee15d commit e133945
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/accessibility-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
run: |
nohup http-server ./ &
- name: Create axe-reports directory
run: mkdir -p ./axe-reports

- name: Run axe-cli accessibility scan
run: npx axe-cli http://localhost:8080 --output html --output-path ./axe-reports/accessibility-report.html

Expand All @@ -38,4 +41,3 @@ jobs:
with:
name: axe-report
path: ./axe-reports/accessibility-report.html

0 comments on commit e133945

Please sign in to comment.