]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
👷 Fix alls-green test dependency (#2008)
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 21 Jun 2026 15:40:37 +0000 (17:40 +0200)
committerGitHub <noreply@github.com>
Sun, 21 Jun 2026 15:40:37 +0000 (17:40 +0200)
.github/workflows/test.yml

index 3fda15d2366ad8bf250b7cb29149c22681a5c976..cd6cbfee01d8e578617e90e9b2e41157643561a8 100644 (file)
@@ -138,6 +138,7 @@ jobs:
     if: always()
     needs:
       - coverage-combine
+      - test
     runs-on: ubuntu-latest
     timeout-minutes: 5
     steps: