File tree Expand file tree Collapse file tree 1 file changed +10
-19
lines changed
Expand file tree Collapse file tree 1 file changed +10
-19
lines changed Original file line number Diff line number Diff line change @@ -3,26 +3,17 @@ name: Tests
33on :
44 push :
55 paths-ignore :
6- - ' **.md'
7- - ' **.rst'
6+ - " **.md"
7+ - " **.rst"
88jobs :
99 build :
1010 runs-on : ubuntu-latest
1111 strategy :
1212 max-parallel : 4
1313 matrix :
14- python : ["3.8", "3.9", "3. 10", "3.11"]
15- plone : ["52", " 60"]
14+ python : ["3.10", "3.11"]
15+ plone : ["60"]
1616 tz : ["UTC", "Europe/Rome"]
17- exclude :
18- - python : " 3.8"
19- plone : " 60"
20- - python : " 3.9"
21- plone : " 52"
22- - python : " 3.10"
23- plone : " 52"
24- - python : " 3.11"
25- plone : " 52"
2617 steps :
2718 - uses : actions/checkout@v3
2819 - name : Cache eggs
6354 needs : build
6455 runs-on : ubuntu-latest
6556 steps :
66- - name : Finished
67- run : |
68- pip install --upgrade coveralls
69- coveralls --service=github --finish
70- env :
71- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
57+ - name : Finished
58+ run : |
59+ pip install --upgrade coveralls
60+ coveralls --service=github --finish
61+ env :
62+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments