Skip to content

Commit

Permalink
match chromedriver to chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
JJWTimmer committed Oct 22, 2023
1 parent d1a1eb6 commit 9f74035
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/base-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ jobs:
- uses: browser-actions/setup-chrome@latest
with:
chrome-version: 'stable'
id: setup-chrome
- run: which chrome
- uses: nanasess/setup-chromedriver@v2
with:
chromedriver-version: ${{ steps.setup-chrome.outputs.chrome-version }}
- run: which chromedriver

# Copy docs from dependent projects, run tutor on local courses folder and copy results into docs and static/assets
Expand Down

0 comments on commit 9f74035

Please sign in to comment.