mirror of
https://github.com/supabase/setup-cli.git
synced 2026-02-09 03:45:28 +00:00
Aggregate test results in one job (#16)
This commit is contained in:
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@@ -29,3 +29,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: ${{ matrix.version }}
|
version: ${{ matrix.version }}
|
||||||
- run: supabase -h
|
- run: supabase -h
|
||||||
|
check:
|
||||||
|
if: ${{ always() && github.event.pull_request }}
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
needs: [test]
|
||||||
|
steps:
|
||||||
|
- run: |
|
||||||
|
result="${{ needs.test.result }}"
|
||||||
|
[[ $result == "success" || $result == "skipped" ]]
|
||||||
|
|||||||
Reference in New Issue
Block a user