build: add summary test status check (#938)

This commit is contained in:
Justin Poehnelt 2022-05-10 18:10:55 -06:00 committed by GitHub
parent d32b3b4db1
commit 28fa83e569
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,3 +115,13 @@ jobs:
done
cd ..
done
test: # used as required status check
runs-on: ubuntu-latest
needs:
- build-ApiDemos
- build-WearOS
- build-Snippets
- build-tutorials
steps:
- run: echo "Fail if all other steps are not successful"