Skip to content

Commit

Permalink
Try to fix paths of shell script to run
Browse files Browse the repository at this point in the history
  • Loading branch information
otsch committed Aug 25, 2022
1 parent cbe1915 commit e423b4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:

- name: Install chrome
run: |
chmod +x ./install-chrome.sh
./install-chrome.sh
chmod +x ${GITHUB_WORKSPACE}/.github/workflows/install-chrome.sh
${GITHUB_WORKSPACE}/.github/workflows/install-chrome.sh
shell: bash

- name: Add chrome alias for chromedriver
Expand Down

0 comments on commit e423b4c

Please sign in to comment.