pull/7774/head
Medya Gh 2020-04-18 18:31:05 -07:00
parent e9959e3511
commit b9d7c6db15
No known key found for this signature in database
GPG Key ID: 7CF7792C6DF3245C
1 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
name: CI
on: [pull_request]
on:
- pull_request
- push
env:
GOPROXY: https://proxy.golang.org
jobs:
@ -60,7 +62,7 @@ jobs:
make test
continue-on-error: false
# Run the following integration tests after the build_minikube
# They will run in parallel and use the binaries in previous step
# They will run in parallel and use the binaries in previous step
functional_test_docker_ubuntu:
needs: [build_minikube]
env: