mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-27 14:46:01 +03:00
WIP
This commit is contained in:
@@ -36,14 +36,10 @@ jobs:
|
||||
- name: Run accessibility tests
|
||||
run: npm run docs-accessibility
|
||||
|
||||
- name: Generate HTML accessibility results
|
||||
run: npm run docs-pa11y-html
|
||||
if: failure()
|
||||
|
||||
- name: Upload accessibility results
|
||||
uses: actions/upload-artifact@v2
|
||||
if: failure()
|
||||
with:
|
||||
name: pa11y-ci-results
|
||||
path: pa11y-ci-report/
|
||||
name: pa11yci-report
|
||||
path: pa11yci-report.html
|
||||
if-no-files-found: error
|
||||
|
||||
Reference in New Issue
Block a user