Skip to content

Commit

Permalink
Merge pull request #1728 from IBMa/add-rulelist-artifact
Browse files Browse the repository at this point in the history
chore(engine): Add rule listing as a build artifact in actions
  • Loading branch information
ErickRenteria authored Oct 30, 2023
2 parents 2ab4d7c + c1a8ce4 commit af5e085
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 af5e085

Please sign in to comment.