Skip to content

Commit

Permalink
Mac testing enable safari driver 2
Browse files Browse the repository at this point in the history
  • Loading branch information
barnettwilliam committed Mar 11, 2024
1 parent 81fa6a3 commit e52944d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ jobs:
npm install -g karma-cli
- name: Setup safari driver
run: sudo safaridriver --enable
run: |
sudo safaridriver --enable
sudo /usr/bin/safaridriver
- name: Code linting
run: npm run lint --workspaces
Expand Down

0 comments on commit e52944d

Please sign in to comment.