0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-14 18:38:30 +02:00

Hopefully fail Initial tests passed if they actually failed (#2298)

This commit is contained in:
Neil Alexander 2022-03-24 12:05:36 +00:00 committed by GitHub
parent 01f863d248
commit 3bdda65bc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -159,7 +159,6 @@ jobs:
# Dummy step to gate other tests on without repeating the whole list
initial-tests-done:
name: Initial tests passed
if: ${{ !cancelled() }} # Run this even if prior jobs were skipped
needs: [ lint, test, build, build_windows ]
runs-on: ubuntu-latest
steps: