diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54dace0..713a849 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -260,7 +260,7 @@ jobs: name: Report required job statuses runs-on: ubuntu-latest # List job dependencies which are required to pass status checks in order to be merged via merge queue. - needs: [checks, windows-checks, deny, linux-integration, windows-integration] + needs: [checks, windows-checks, tests, deny, linux-integration, windows-integration] if: ${{ always() }} steps: - run: exit 1