Skip to content

Commit 41e8f26

Browse files
committed
Changing yaml to chromedriver
1 parent 0c4fea2 commit 41e8f26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
- run: npm ci
2929
- run: npm run build
3030

31-
- name: Setup Chrome
32-
uses: browser-actions/setup-chrome@latest
31+
- name: Setup ChromeDriver
32+
uses: browser-actions/setup-chromedriver@v1
3333

3434
- name: Run Selenium Tests
3535
run: npm run test

0 commit comments

Comments
 (0)