File tree Expand file tree Collapse file tree 1 file changed +3
-25
lines changed
Expand file tree Collapse file tree 1 file changed +3
-25
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 make setup
1919 pip install -r requirements-dev.txt
2020 make check
21- - name : Test Firefox/Ubuntu
21+ - name : Run tests with chrome
2222 run : |
23- make firefox
24- make testfirefox
23+ make chrome
24+ make testchrome
2525
2626 testpythonversion :
2727 name : Test Python version with Firefox on Ubuntu
4545 env :
4646 PIP_USE_PEP517 : 1
4747
48- testbrowseros :
49- name : Test OS with Chrome
50- needs : testpythonversion
51- runs-on : ${{ matrix.os }}
52- timeout-minutes : 15
53- strategy :
54- matrix :
55- os : [macos-13, windows-latest]
56- steps :
57- - uses : actions/checkout@v4
58- - name : Set up Python 3.12
59- uses : actions/setup-python@v5
60- with :
61- python-version : " 3.12"
62- - name : Run tests with Chrome
63- run : |
64- make setup
65- make chrome
66- make testchrome
67- env :
68- PIP_USE_PEP517 : 1
69-
7048
7149 deploy :
7250 name : Deploy on PyPI
You can’t perform that action at this time.
0 commit comments