mirror of
https://github.com/googlemaps/android-samples.git
synced 2025-12-08 18:02:20 +00:00
build: add summary test status check (#938)
This commit is contained in:
parent
d32b3b4db1
commit
28fa83e569
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -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"
|
||||
Loading…
x
Reference in New Issue
Block a user