File tree Expand file tree Collapse file tree 2 files changed +7
-13
lines changed Expand file tree Collapse file tree 2 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 55
66jobs :
77
8- integration-tests :
8+ integration-tests-no-vcr :
99
1010 runs-on : ${{ matrix.os }}
1111
1212 strategy :
1313 matrix :
14- os : [ ubuntu-latest, windows-latest ]
14+ os : [ ubuntu-latest, windows-latest, macos-latest ]
1515 python-version : [ 3.12 ]
1616
1717 steps :
4242
4343 - name : Run coverage (no VCR)
4444 run : |
45- coverage run -m pytest --maxfail=1 --disable-warnings --no-vcr -v
45+ coverage run -m pytest --maxfail=1 --disable-warnings -v --disable-vcr
4646 coverage report -m
4747 coverage xml -o coverage_full.xml
4848
Original file line number Diff line number Diff line change 1- name : Full CI Tests
1+ name : Quick CI Tests
22
3- on :
4-
5- push :
6- branches : [ "master" ]
7-
8- pull_request :
9- branches : [ "master" ]
3+ on : [push, pull_request]
104
115jobs :
126
13- integration- tests :
7+ tests-with-vcr :
148
159 runs-on : ${{ matrix.os }}
1610
1711 strategy :
1812 matrix :
19- os : [ ubuntu-latest ]
13+ os : [ ubuntu-latest, windows-latest, macos-latest ]
2014 python-version : [ 3.12 ]
2115
2216 steps :
You can’t perform that action at this time.
0 commit comments