Skip to content

Commit

Permalink
job name
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 committed Sep 17, 2024
1 parent db73cf0 commit 4f8c689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-browser/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ runs:
run: |
sudo rm -f /usr/bin/google-chrome
sudo rm -f /usr/bin/chromedriver
sudo ln -s ${{ steps.setup-chrome.outputs.chrome-path }} /usr/bin/google-chrome
sudo ln -s ${{ steps.setup-chrome.outputs.chromedriver-path }} /usr/bin/chromedriver
sudo ln -s ${{ steps.chrome.outputs.chrome-path }} /usr/bin/google-chrome
sudo ln -s ${{ steps.chrome.outputs.chromedriver-path }} /usr/bin/chromedriver
- name: Enable Safari Driver
shell: bash -l {0}
Expand Down

0 comments on commit 4f8c689

Please sign in to comment.