File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
strategy :
10
10
matrix :
11
11
python-version : [3.6, 3.8, pypy3]
12
- rf-version : [3.1 .2, 3.2.2 ]
12
+ rf-version : [3.2 .2, 4.0b3 ]
13
13
14
14
steps :
15
15
- uses : actions/checkout@v2
@@ -47,11 +47,11 @@ jobs:
47
47
run : |
48
48
xvfb-run --auto-servernum python atest/run.py --zip headlesschrome
49
49
- name : Run tests normal Chrome with Python 3.8
50
- if : matrix.python-version == '3.8' && matrix.rf-version != '3.1 .2'
50
+ if : matrix.python-version == '3.8' && matrix.rf-version != '3.2 .2'
51
51
run : |
52
52
xvfb-run --auto-servernum python atest/run.py --zip chrome
53
53
- name : Run tests with Selenium Grid
54
- if : matrix.python-version == '3.8' && matrix.rf-version == '3.1 .2'
54
+ if : matrix.python-version == '3.8' && matrix.rf-version == '3.2 .2'
55
55
run : |
56
56
wget --no-verbose --output-document=./selenium-server-standalone.jar http://selenium-release.storage.googleapis.com/3.141/selenium-server-standalone-3.141.59.jar
57
57
sudo chmod u+x ./selenium-server-standalone.jar
You can’t perform that action at this time.
0 commit comments