File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments