Skip to content

Commit 01e2001

Browse files
committed
Made a few changes to the select ci workflow
- Added continuie on error - switched browser on "previous" config to chrome - change setup chrome version to latest
1 parent 1bc10b1 commit 01e2001

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/Select.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on: workflow_dispatch
55
jobs:
66
test_config:
77
runs-on: ubuntu-latest
8+
continue-on-error: true
89
strategy:
910
matrix:
1011
config:
@@ -17,7 +18,7 @@ jobs:
1718
python-version: 3.12.12
1819
rf-version: 7.3.2
1920
selenium-version: 4.38.0
20-
browser: firefox
21+
browser: chrome
2122

2223
steps:
2324
- uses: actions/checkout@v4
@@ -32,7 +33,7 @@ jobs:
3233
- name: Setup ${{ matrix.config.browser }} browser
3334
uses: browser-actions/setup-chrome@v1
3435
with:
35-
chrome-version: 138
36+
chrome-version: latest
3637
install-dependencies: true
3738
install-chromedriver: true
3839
id: setup-chrome

0 commit comments

Comments
 (0)