From e422588b2e9d86bc591b3b88b65ffa5712c52cc7 Mon Sep 17 00:00:00 2001 From: Miguel Michelson Martinez Date: Mon, 4 Mar 2024 09:17:56 -0300 Subject: [PATCH] chrome stable --- .github/workflows/ruby.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 1b0f441a6..df70fdd1a 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -26,7 +26,6 @@ jobs: ports: ['6379:6379'] options: --entrypoint redis-server - env: DATABASE_URL: postgres://postgres:postgres@localhost:5432/test REDIS_URL: redis://localhost:6379/0 @@ -79,7 +78,8 @@ jobs: curl -i http://localhost:5002 yarn cypress:ga-ci - + wget -q https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb + apt-get install -y ./google-chrome-stable_current_amd64.deb #- name: Deploy to Heroku # env: # HEROKU_API_TOKEN: ${{ secrets.HEROKU_API_TOKEN }}