Skip to content

Commit

Permalink
Use distinct action to install matching Chromedriver version
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich committed Mar 6, 2021
1 parent 6dcd52c commit 7db1e09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 14
- name: "Install ChromeDriver matching installed Chrome version"
uses: nanasess/setup-chromedriver@master
- name: "Install CLI tools"
run: npm install -g @angular/cli
- name: "Install application"
Expand All @@ -136,6 +138,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 14
- name: "Install ChromeDriver matching installed Chrome version"
uses: nanasess/setup-chromedriver@master
- name: "Install CLI tools"
run: npm install -g @angular/cli
- name: "Install application"
Expand Down

0 comments on commit 7db1e09

Please sign in to comment.