Skip to content

Commit

Permalink
Update sample.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yashavant1629 authored Dec 20, 2023
1 parent 6e85841 commit f22e247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
sudo apt-get update
sudo apt-get install google-chrome-stable -y
# Install ChromeDriver
# Get Chrome version and install ChromeDriver
- name: Install ChromeDriver
run: |
CHROME_VERSION=$(google-chrome-stable --version | grep -oP '(?<=Google Chrome )[^ ]+')
Expand Down

0 comments on commit f22e247

Please sign in to comment.