Skip to content

Commit 0cfd924

Browse files
committed
updated chrome version
1 parent 958c2a7 commit 0cfd924

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ jobs:
3030
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
3131
restore-keys: |
3232
${{ runner.os }}-maven-
33+
- name: Install Chrome
34+
run: |
35+
sudo apt-get update
36+
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
37+
sudo dpkg -i google-chrome-stable_current_amd64.deb || sudo apt --fix-broken install -y
38+
39+
- name: Verify Chrome Installation
40+
run: google-chrome --version
3341

3442
# 4. Run Maven Tests
3543
- name: Run TestNG tests

0 commit comments

Comments
 (0)