Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Add commander install
  • Loading branch information
steinimo authored Jun 18, 2024
1 parent 0eed9f4 commit b3b2531
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
run: npm install @axe-core/cli -g
- name: Install Chrome Driver Manager
run: npm install -g browser-driver-manager
- name: Install Commander
run: npm install commander --save
- name: Install Chrome with Chrome Driver Manager
run: npx browser-driver-manager install chrome
- name: Run Axe
Expand Down

0 comments on commit b3b2531

Please sign in to comment.