Skip to content

Commit d5eab31

Browse files
committed
make requested fixes
1 parent 8057acf commit d5eab31

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/browser_test.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
# browser: [ firefox, chrome, 'chrome:beta', edge ]
11-
browser: [ firefox, chrome-for-testing, edge ] #chrome beta causing issues
10+
browser: [ firefox, chrome-for-testing, edge ] #chrome beta causing issues
1211

1312
steps:
1413
- name: Checkout code
@@ -51,14 +50,6 @@ jobs:
5150
run: npm install
5251
working-directory: ./test
5352

54-
- name: Install Chrome Beta
55-
if: ${{ startsWith(matrix.browser, 'chrome:beta') }}
56-
run: |
57-
curl -sS -o - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
58-
echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" | sudo tee /etc/apt/sources.list.d/google-chrome-beta.list
59-
sudo apt-get update
60-
sudo apt-get install google-chrome-beta
61-
6253
- name: Cypress run chrome or firefox
6354
if: ${{ matrix.browser == 'chrome-for-testing' || startsWith(matrix.browser, 'firefox') }}
6455
uses: cypress-io/github-action@v6

0 commit comments

Comments
 (0)