diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4d9c4d1..cc4f5c2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -3,8 +3,8 @@ name: Tests on: push: paths-ignore: - - '**.md' - - '**.rst' + - "**.md" + - "**.rst" jobs: build: runs-on: ubuntu-latest @@ -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" @@ -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 }}