From: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:13:52 +0000 (+0100) Subject: 👷 Run Smokeshow always, even on test failures (#1682) X-Git-Tag: 0.0.28~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8554b57efc416283d1d7c8599ff00219c53b76a5;p=thirdparty%2Ffastapi%2Fsqlmodel.git 👷 Run Smokeshow always, even on test failures (#1682) --- diff --git a/.github/workflows/smokeshow.yml b/.github/workflows/smokeshow.yml index a53e4a08..6eeb2cbb 100644 --- a/.github/workflows/smokeshow.yml +++ b/.github/workflows/smokeshow.yml @@ -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 }}