Skip to content

Commit

Permalink
Merge pull request #899 from demeritcowboy/chrome
Browse files Browse the repository at this point in the history
see if this fixes chromedriver download problem
  • Loading branch information
KarinG authored Aug 4, 2023
2 parents 26639f8 + 4d5c202 commit 79ca997
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
# - CiviCRM requires `compile-mode: all`
- name: Setup sendmail
run: |
sudo apt-get update
sudo apt-get install sendmail
- name: Setup Drupal
run: |
Expand Down Expand Up @@ -169,6 +170,9 @@ jobs:
/home/runner/civicrm-cv/cv api3 Extension.download install=0 key=com.iatspayments.civicrm
/home/runner/civicrm-cv/cv api3 Extension.download install=0 key=com.aghstrategies.uscounties
- uses: nanasess/setup-chromedriver@master
with:
# This is temporary until the repo catches up with the right version
chromedriver-version: '115.0.5790.102'
- name: Run chromedriver
run: chromedriver &
- name: Run php built-in server
Expand Down

0 comments on commit 79ca997

Please sign in to comment.