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 e422588 commit 079ae09
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ruby.yml
Expand Up @@ -62,6 +62,8 @@ jobs:
echo "INSTALL NODE"
npm install -g ts-node
echo "RUN SPECS"
wget -q https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
apt-get install -y ./google-chrome-stable_current_amd64.deb
bundle exec rspec -fd ./spec
- name: Build and run E2E tests
Expand All @@ -77,9 +79,6 @@ jobs:
./node_modules/.bin/cypress install
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 079ae09

Please sign in to comment.