Skip to content

Commit

Permalink
Add it to the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tombrunet committed Oct 30, 2023
1 parent 2ab4d7c commit c1a8ce4
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 c1a8ce4

Please sign in to comment.