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 7976c8c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 7976c8c

Please sign in to comment.