Skip to content

Commit

Permalink
Add setup-chromedriver
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-PH committed Dec 30, 2023
1 parent 155db27 commit dc26813
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
Expand All @@ -22,6 +21,9 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Setup ChromeDriver
uses: nanasess/setup-chromedriver@master

- name: Build
run: npm run build

Expand Down

0 comments on commit dc26813

Please sign in to comment.