Skip to content

Commit

Permalink
chore: all integration tests successfull
Browse files Browse the repository at this point in the history
  • Loading branch information
achettyiitr committed May 17, 2023
1 parent 1ab2f55 commit 5d4cd09
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,15 @@ jobs:
RSERVER_WAREHOUSE_POSTGRES_USE_LEGACY: ${{ matrix.useLegacy }}
RSERVER_WAREHOUSE_DELTALAKE_USE_NATIVE: ${{ matrix.useNative }}

check-warehouse-integration-success:
runs-on: ubuntu-latest
needs:
- warehouse-integration
steps:
- uses: re-actors/alls-green@v1.2.2
with:
jobs: ${{ toJSON(needs) }}

unit:
name: Unit
runs-on: 'ubuntu-20.04'
Expand Down

0 comments on commit 5d4cd09

Please sign in to comment.