Skip to content

Commit

Permalink
[#238] Install chromedriver to fix workflow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
noahko96 committed Feb 2, 2024
1 parent 3f9f642 commit c3f2a5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,9 @@ jobs:
- name: Database setup
run: bundle exec rake db:migrate --trace

- name: Install Chromedriver
run: |
npx @puppeteer/browsers install chrome@stable
- name: Run specs
run: bundle exec rspec

0 comments on commit c3f2a5e

Please sign in to comment.