Skip to content

Commit

Permalink
chrome stable
Browse files Browse the repository at this point in the history
  • Loading branch information
michelson committed Mar 4, 2024
1 parent 3203653 commit e422588
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit e422588

Please sign in to comment.