Skip to content

Commit

Permalink
ci: Update setup-chromedriver to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
david-yz-liu committed Jul 27, 2023
1 parent dd134a4 commit 8021904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Set up database
run: bundle exec rails db:migrate
- name: Install chrome and chromedriver
uses: nanasess/setup-chromedriver@v1
uses: nanasess/setup-chromedriver@v2
- name: Run chromedriver
run: chromedriver --whitelisted-ips &
- name: Run rspec tests
Expand Down

0 comments on commit 8021904

Please sign in to comment.