ci: gate build on tests, deploy waits for container health
This commit is contained in:
parent
d1d82d90ff
commit
67263cb75c
3 changed files with 56 additions and 7 deletions
|
|
@ -1,9 +1,11 @@
|
|||
name: Tests
|
||||
|
||||
# main is covered by the test job inside deploy.yaml (which gates the build);
|
||||
# this workflow covers every other branch.
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
branches-ignore:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue