Skip to content

Commit

Permalink
Installing chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
sayan goswami committed Aug 4, 2023
1 parent acff90b commit 16a444c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/orca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,11 @@ jobs:
php-version: ${{ matrix.php-version }}
coverage: xdebug

- uses: abhi1693/[email protected]
with:
browser: chrome
version: 114.0.5735.198
- name: Install google-chrome-stable
run: |
VERSION_STRING="114.0.5735.198-1"
wget "https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${VERSION_STRING}_amd64.deb"
sudo dpkg -i "google-chrome-stable_${VERSION_STRING}_amd64.deb"
- name: Before install
run: |
Expand Down

0 comments on commit 16a444c

Please sign in to comment.