Skip to content

Commit

Permalink
Merge branch 'master' into jest-extension-test
Browse files Browse the repository at this point in the history
  • Loading branch information
ErickRenteria authored Oct 31, 2023
2 parents ac20d8d + af5e085 commit fc071f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ jobs:
working-directory: accessibility-checker-engine
- run: npx mocha ./test/mocha/help/help.test.js
working-directory: accessibility-checker-engine
- name: Upload rule listing
uses: actions/upload-artifact@v1
with:
name: Rule listing
path: accessibility-checker-engine/dist/help/rules.html


act-results:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit fc071f1

Please sign in to comment.