diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 291e3ce..b7b7729 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -53,4 +53,4 @@ jobs: - name: Install needed Chrome Version run: npm install -g chromedriver@125 - name: Run Axe with set Chromedriver path - run: axe --chromedriver-path $(npm root -g)/chromedriver/bin/chromedriver http://localhost:8080, http://localhost:8080/game, http://localhost:8080/cheat, http://localhost:8080/solver --exit + run: axe spec ./axe-worklfow.json --chromedriver-path $(npm root -g)/chromedriver/bin/chromedriver --exit