Skip to content

Commit

Permalink
testing CI
Browse files Browse the repository at this point in the history
Signed-off-by: Madeline <madeline_li@intuit.com>
  • Loading branch information
Mengying-intuit committed Sep 9, 2020
1 parent f070dc0 commit a922191
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: 2.1
orbs:
codecov: codecov/codecov@1.0.2
kube-orb: circleci/kubernetes@0.11.1
jobs:
build:
working_directory: /go/pkg/mod/github.com/admiral
Expand Down Expand Up @@ -40,6 +41,17 @@ jobs:
paths:
- .

run-integration-tests:
steps:
- checkout
- kube-orb/install
- run:
name: Run Integration Test
command: |
source $BASH_ENV
echo $BASH_ENV
./tests/run.sh "1.14.2" "1.4.3" "$BASH_ENV/install"
publish-github-release:
docker:
- image: circleci/golang:1.11
Expand Down Expand Up @@ -74,6 +86,10 @@ workflows:
filters:
tags:
only: /.*/
- run-integration-tests:
filters:
tags:
only: /.*/
- publish-github-release:
requires:
- build
Expand Down

0 comments on commit a922191

Please sign in to comment.