We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc10b1 commit 01e2001Copy full SHA for 01e2001
1 file changed
.github/workflows/Select.yml
@@ -5,6 +5,7 @@ on: workflow_dispatch
5
jobs:
6
test_config:
7
runs-on: ubuntu-latest
8
+ continue-on-error: true
9
strategy:
10
matrix:
11
config:
@@ -17,7 +18,7 @@ jobs:
17
18
python-version: 3.12.12
19
rf-version: 7.3.2
20
selenium-version: 4.38.0
- browser: firefox
21
+ browser: chrome
22
23
steps:
24
- uses: actions/checkout@v4
@@ -32,7 +33,7 @@ jobs:
32
33
- name: Setup ${{ matrix.config.browser }} browser
34
uses: browser-actions/setup-chrome@v1
35
with:
- chrome-version: 138
36
+ chrome-version: latest
37
install-dependencies: true
38
install-chromedriver: true
39
id: setup-chrome
0 commit comments