rahul-bhave / headless-chrome-github-action

Github action to run test cases using Selenium
MIT License
0 stars 1 forks source link

sudo apt install requires user to answer yes... #4

Open OZZlE opened 5 months ago

OZZlE commented 5 months ago

In a pipeline that doesn't happen... so this doesn't work

OZZlE commented 5 months ago

This works:

      wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
      apt-get update
      apt-get --yes install ./google-chrome-stable_current_amd64.deb