Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
steinimo authored Jun 22, 2024
1 parent f5384b3 commit 4ad516f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ 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:8081 --exit

run: axe --chromedriver-path $(npm root -g)/chromedriver/bin/chromedriver http://localhost:8080 --exit
- name: test1
run: ping localhost

0 comments on commit 4ad516f

Please sign in to comment.