dequelabs / axe-core-maven-html

Tools for using axe for web accessibility testing with JUnit, Selenium, and Playwright
Mozilla Public License 2.0
81 stars 102 forks source link

CI: investigate how to cache maven dependencies within CircleCI #289

Closed Zidious closed 1 year ago

Zidious commented 1 year ago

We had to remove caching maven depencencies due to it not installing a new version of the cache upon installing:

https://github.com/dequelabs/axe-core-maven-html/pull/288

Zidious commented 1 year ago

This was completed, moved to GHA with caching https://github.com/dequelabs/axe-core-maven-html/pull/316