GitHub Actions smoke tests (#288)

- added ci smoke tests to repo
This commit is contained in:
Daniel Sanche 2020-02-21 15:26:03 -08:00 committed by GitHub
parent d66cbdd27f
commit ccff406cdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 115 additions and 18 deletions

View file

@ -49,12 +49,6 @@ deploy:
manifests:
- ./kubernetes-manifests/**.yaml
profiles:
# "travis-ci" profile is used to build the images without
# pushing them.
- name: travis-ci
build:
local:
push: false
# "gcb" profile allows building and pushing the images
# on Google Container Builder without requiring docker
# installed on the developer machine. However, note that