From 80de736d7b12aa67b53899548fcfe1e3330c6498 Mon Sep 17 00:00:00 2001 From: Thomas Scholtes Date: Fri, 5 Apr 2024 14:42:18 +0200 Subject: [PATCH] wip --- .github/workflows/main.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 675d279..9e1f2d8 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -17,6 +17,9 @@ jobs: include: - python-version: 3.8 os: windows-2022 + - python-version: 3.12 + os: ubuntu-latest + coveralls: true runs-on: ${{ matrix.os }} continue-on-error: ${{ matrix.python-version == '3.13-dev' }} @@ -37,9 +40,8 @@ jobs: - run: poetry run pytest - uses: coverallsapp/github-action@v2 if: > - github.event_name == 'pull_request' && - matrix.python-version == '3.8' && - matrix.os == 'ubuntu-latest' + (github.event_name == 'push' && matrix.coveralls) + || github.ref == 'main' build-beets-master: runs-on: ubuntu-latest