From 64f7fba445f551166fc025d5beb0403862f4c8a8 Mon Sep 17 00:00:00 2001 From: Marcin Kolasinski Date: Wed, 6 Aug 2025 11:07:20 +0200 Subject: [PATCH 1/3] chore: test with python3.9 --- .github/workflows/build-test-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-release.yaml b/.github/workflows/build-test-release.yaml index 374d2bf6..452f0339 100644 --- a/.github/workflows/build-test-release.yaml +++ b/.github/workflows/build-test-release.yaml @@ -13,7 +13,7 @@ concurrency: cancel-in-progress: true env: - PYTHON_VERSION: "3.7" + PYTHON_VERSION: "3.9" POETRY_VERSION: "1.5.1" jobs: From 268fc310925b424d68259fb644a448402390d714 Mon Sep 17 00:00:00 2001 From: Marcin Kolasinski Date: Wed, 6 Aug 2025 13:27:18 +0200 Subject: [PATCH 2/3] chore: remove skipping ui tests --- .github/workflows/build-test-release.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build-test-release.yaml b/.github/workflows/build-test-release.yaml index 452f0339..3518b140 100644 --- a/.github/workflows/build-test-release.yaml +++ b/.github/workflows/build-test-release.yaml @@ -90,7 +90,6 @@ jobs: name: build runs-on: ubuntu-22.04 needs: - - fossa-scan - compliance-copyrights - pre-commit - run-unit-tests @@ -129,8 +128,6 @@ jobs: - meta - build runs-on: ubuntu-22.04 - if: | - !contains(github.event.issue.labels.*.name, 'skip-ui-tests') permissions: id-token: write contents: read From 519d7042e6f4e5e7d0528d28b64b08bc78f2b242 Mon Sep 17 00:00:00 2001 From: Marcin Kolasinski Date: Wed, 6 Aug 2025 13:48:46 +0200 Subject: [PATCH 3/3] chore: update matrix action --- .github/workflows/build-test-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-release.yaml b/.github/workflows/build-test-release.yaml index 3518b140..b17779c1 100644 --- a/.github/workflows/build-test-release.yaml +++ b/.github/workflows/build-test-release.yaml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v4 - id: matrix - uses: splunk/addonfactory-test-matrix-action@v1.10 + uses: splunk/addonfactory-test-matrix-action@v3.0.6 fossa-scan: continue-on-error: true