Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1143 from replicatedhq/laverya/fix-integration-tests
Browse files Browse the repository at this point in the history
fix integration tests
  • Loading branch information
laverya authored Jan 5, 2021
2 parents 2ff69f9 + f8474b2 commit 385206f
Show file tree
Hide file tree
Showing 264 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,11 @@ jobs:
keys:
- ship-lint-build-cache
- run:
name: make test
name: make cilint
command: |
mkdir -p $GOCACHE
ls /go/src/github.com/replicatedhq/ship/pkg
make cilint
- save_cache:
paths:
Expand Down Expand Up @@ -702,7 +703,6 @@ workflows:
- e2e_setup
- e2e_init
- test
- lint
- pacts
- windows_build_test
- integration_base
Expand Down Expand Up @@ -856,7 +856,6 @@ workflows:
- e2e_setup
- e2e_init
- test
- lint
- pacts
- windows_build_test
- integration_base
Expand Down

0 comments on commit 385206f

Please sign in to comment.