From 7976c8c821e1385c1e507713a892340b1b37053e Mon Sep 17 00:00:00 2001 From: Akash Chetty Date: Wed, 17 May 2023 20:19:07 +0530 Subject: [PATCH] chore: all integration tests successfull --- .github/workflows/tests.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 1938c89fbd5..ced77bd51d4 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -95,6 +95,16 @@ jobs: RSERVER_WAREHOUSE_POSTGRES_USE_LEGACY: ${{ matrix.useLegacy }} RSERVER_WAREHOUSE_DELTALAKE_USE_NATIVE: ${{ matrix.useNative }} + all-integration-tests-successful: + runs-on: ubuntu-latest + needs: + - integration + - warehouse-integration + steps: + - uses: re-actors/alls-green@v1.2.2 + with: + jobs: ${{ toJSON(needs) }} + unit: name: Unit runs-on: 'ubuntu-20.04'