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 079ae09 commit e35fcc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Expand Up @@ -63,7 +63,7 @@ jobs:
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
sudo apt-get install -y ./google-chrome-stable_current_amd64.deb
bundle exec rspec -fd ./spec
- name: Build and run E2E tests
Expand Down

0 comments on commit e35fcc0

Please sign in to comment.