diff --git a/.github/workflows/test_app.yml b/.github/workflows/test_app.yml index 3067816..a075c20 100644 --- a/.github/workflows/test_app.yml +++ b/.github/workflows/test_app.yml @@ -40,6 +40,16 @@ jobs: 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 + - name: Setup Database run: bundle exec rake test_app