Skip to content

Commit

Permalink
Upload test results to CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
CircleCI-config-suggestions-bot committed May 16, 2023
1 parent 351a7bf commit d114fcb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# Download and cache dependencies
- restore_cache:
keys:
- go-mod-{{ checksum "go.sum" }}
- go-mod-{{ checksum "go.sum" }}

- run:
name: Download module dependencies
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:

- restore_cache:
keys:
- go-mod-{{ checksum "go.sum" }}
- go-mod-{{ checksum "go.sum" }}

- run:
name: Install dockerize for health check mysql status
Expand All @@ -81,7 +81,7 @@ jobs:
dockerize -wait tcp://${MYSQL_HOST}:3306 -timeout 30s
# run tests!
- run: go test ./...
- run: gotestum --junitfile test-results/junit.xml ./...

build_and_deploy:
docker:
Expand Down Expand Up @@ -157,12 +157,12 @@ jobs:
docker build -t gcr.io/coastal-run-106202/${APP}:$PKG_VER .
gcloud auth print-access-token | docker login -u oauth2accesstoken --password-stdin https://gcr.io
docker push gcr.io/coastal-run-106202/${APP}:$PKG_VER
- run:
name: Fetch Kubernetes config source
command: |
gcloud source repos clone ${K8S_CONFIG_REPO}
- run:
name: Install kustomize binaries
command: |
Expand Down

0 comments on commit d114fcb

Please sign in to comment.