mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-09 22:42:58 +00:00
Check for success of initial tests on GHA
This commit is contained in:
parent
3bdda65bc4
commit
fe5148c12d
14
.github/workflows/dendrite.yml
vendored
14
.github/workflows/dendrite.yml
vendored
@ -158,11 +158,15 @@ jobs:
|
|||||||
|
|
||||||
# Dummy step to gate other tests on without repeating the whole list
|
# Dummy step to gate other tests on without repeating the whole list
|
||||||
initial-tests-done:
|
initial-tests-done:
|
||||||
name: Initial tests passed
|
name: Initial tests passed
|
||||||
needs: [ lint, test, build, build_windows ]
|
needs: [ lint, test, build, build_windows ]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
if: ${{ !cancelled() }} # Run this even if prior jobs were skipped
|
||||||
- run: "true"
|
steps:
|
||||||
|
- name: Check initial tests passed
|
||||||
|
uses: re-actors/alls-green@release/v1
|
||||||
|
with:
|
||||||
|
jobs: ${{ toJSON(needs) }}
|
||||||
|
|
||||||
# run database upgrade tests
|
# run database upgrade tests
|
||||||
upgrade_test:
|
upgrade_test:
|
||||||
|
Loading…
Reference in New Issue
Block a user