mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-27 15:12:56 +03:00
ci: fix test-done job condition (#5784)
This commit is contained in:
parent
8f4b4e20ab
commit
d23f8f8087
7
.github/workflows/build-test.yml
vendored
7
.github/workflows/build-test.yml
vendored
@ -572,7 +572,10 @@ jobs:
|
||||
- server-test
|
||||
- server-e2e-test
|
||||
- desktop-test
|
||||
if: always()
|
||||
runs-on: ubuntu-latest
|
||||
name: 3, 2, 1 Launch
|
||||
steps:
|
||||
- name: Done
|
||||
run: echo "Done"
|
||||
- run: exit 1
|
||||
# Thank you, next https://github.com/vercel/next.js/blob/canary/.github/workflows/build_and_test.yml#L379
|
||||
if: ${{ always() && (contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled')) }}
|
||||
|
Loading…
Reference in New Issue
Block a user