Skip to content

Commit

Permalink
remote tz from matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk committed Jan 17, 2024
1 parent 27a9606 commit 9370dad
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Tests
on:
push:
paths-ignore:
- '**.md'
- '**.rst'
- "**.md"
- "**.rst"
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -13,7 +13,6 @@ jobs:
matrix:
python: ["3.8", "3.9", "3.10", "3.11"]
plone: ["52", "60"]
tz: ["UTC", "Europe/Rome"]
exclude:
- python: "3.10"
plone: "52"
Expand Down Expand Up @@ -59,9 +58,9 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- name: Finished
run: |
pip install --upgrade coveralls
coveralls --service=github --finish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Finished
run: |
pip install --upgrade coveralls
coveralls --service=github --finish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9370dad

Please sign in to comment.