]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
👷 Run Smokeshow always, even on test failures (#1682)
authorMotov Yurii <109919500+YuriiMotov@users.noreply.github.com>
Fri, 19 Dec 2025 18:13:52 +0000 (19:13 +0100)
committerGitHub <noreply@github.com>
Fri, 19 Dec 2025 18:13:52 +0000 (19:13 +0100)
.github/workflows/smokeshow.yml

index a53e4a087fd79afa429197210b6b8dca7f676b74..6eeb2cbbfd30b251266d618f195c92d1bee829fb 100644 (file)
@@ -13,18 +13,15 @@ env:
 
 jobs:
   smokeshow:
-    if: ${{ github.event.workflow_run.conclusion == 'success' }}
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v6
       - uses: actions/setup-python@v6
         with:
-          python-version: '3.9'
+          python-version: '3.13'
       - name: Setup uv
         uses: astral-sh/setup-uv@v7
         with:
-          version: "0.4.15"
-          enable-cache: true
           cache-dependency-glob: |
             requirements**.txt
             pyproject.toml
@@ -48,7 +45,7 @@ jobs:
           done
         env:
           SMOKESHOW_GITHUB_STATUS_DESCRIPTION: Coverage {coverage-percentage}
-          SMOKESHOW_GITHUB_COVERAGE_THRESHOLD: 95
+          SMOKESHOW_GITHUB_COVERAGE_THRESHOLD: 99
           SMOKESHOW_GITHUB_CONTEXT: coverage
           SMOKESHOW_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
           SMOKESHOW_GITHUB_PR_HEAD_SHA: ${{ github.event.workflow_run.head_sha }}