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 7c2454c commit c1ee15d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/accessibility-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,14 @@ jobs:
- name: Run axe-cli accessibility scan
run: npx axe-cli http://localhost:8080 --output html --output-path ./axe-reports/accessibility-report.html

- name: Check if report is created
run: |
ls -la ./axe-reports/
cat ./axe-reports/accessibility-report.html
- name: Upload axe-core report
uses: actions/upload-artifact@v3
with:
name: axe-report
path: ./axe-reports/accessibility-report.html

0 comments on commit c1ee15d

Please sign in to comment.