Skip to content

Commit

Permalink
tests: put back autocomplete-valid ACT tests (#2997)
Browse files Browse the repository at this point in the history
* tests: put back autocomplete-valid act tests

* chache bust npm

* always run latest

* Update .circleci/config.yml

Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com>

Co-authored-by: Wilco Fiers <WilcoFiers@users.noreply.github.com>
  • Loading branch information
straker and WilcoFiers authored Aug 18, 2021
1 parent 384dc65 commit f18c2e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ jobs:
steps:
- checkout
- <<: *restore_dependency_cache_unix
# Always run on the latest master branch, regardless of cache
- run: npm install act-rules/act-rules.github.io#master
- run: npm run build
- run: npm run test:act

Expand Down
5 changes: 5 additions & 0 deletions test/act-mapping/autocomplete-valid.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "73f2c2",
"title": "autocomplete attribute has valid value",
"axeRules": ["autocomplete-valid"]
}

0 comments on commit f18c2e0

Please sign in to comment.