Skip to content

Commit

Permalink
chrome version set to 114 (#3369)
Browse files Browse the repository at this point in the history
* chrome version set to 114

* chrome version set to 114
  • Loading branch information
akashrathod28 authored Jul 25, 2023
1 parent 15048b4 commit fdc19ae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/actions/before-e2e/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ runs:
aws-secret-access-key: ${{ inputs.aws-secret-access-key }}
aws-region: ${{ inputs.aws-region }}

- name: Install google chrome
shell: bash
run: |
wget -q https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_114.0.5735.133-1_amd64.deb
sudo apt install -y --allow-downgrades ./google-chrome-stable_114.0.5735.133-1_amd64.deb
sudo ln -s /usr/bin/google-chrome /usr/bin/chrome
chrome --version
- name: Update webdriver-manager
shell: bash
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/actions/run-e2e-playwright/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ inputs:
runs:
using: "composite"
steps:

- name: Setup and run with options
shell: bash
run: |
Expand Down

0 comments on commit fdc19ae

Please sign in to comment.