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 99 strategy :
1010 matrix :
1111 python-version : [3.6, 3.8, pypy3]
12- rf-version : [3.1 .2, 3.2.2 ]
12+ rf-version : [3.2 .2, 4.0b3 ]
1313
1414 steps :
1515 - uses : actions/checkout@v2
@@ -47,11 +47,11 @@ jobs:
4747 run : |
4848 xvfb-run --auto-servernum python atest/run.py --zip headlesschrome
4949 - 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'
5151 run : |
5252 xvfb-run --auto-servernum python atest/run.py --zip chrome
5353 - 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'
5555 run : |
5656 wget --no-verbose --output-document=./selenium-server-standalone.jar http://selenium-release.storage.googleapis.com/3.141/selenium-server-standalone-3.141.59.jar
5757 sudo chmod u+x ./selenium-server-standalone.jar
You can’t perform that action at this time.
0 commit comments