2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00
This commit is contained in:
XhmikosR
2021-12-03 14:46:37 +02:00
parent 1884e36dce
commit 134dc7c5a0
6 changed files with 30 additions and 675 deletions
+2 -6
View File
@@ -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