Skip to content

Commit

Permalink
add chrome action in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ElviaBth committed Feb 7, 2024
1 parent ffe2537 commit 6a4d69c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,19 @@ jobs:
fetch-depth: 1

- uses: nanasess/setup-chromedriver@v2

with:
chromedriver-version: 119.0.6045.105

- name: List Chrome
run: apt list --installed | grep chrome

- name: Remove Chrome
run: sudo apt remove google-chrome-stable

- uses: browser-actions/setup-chrome@v1
with:
chrome-version: 119.0.6045.105

- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ env.RUBY_VERSION }}
Expand Down

0 comments on commit 6a4d69c

Please sign in to comment.