Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
NiniOak committed Mar 7, 2023
1 parent 593ad49 commit 4ae663d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -935,13 +935,13 @@ jobs:
environment:
<<: *ENVIRONMENT
- run: *install-gotestsum
- run: docker build -t hashicorp/consul-enterprise:local -f ./build-support/docker/Consul-Dev.dockerfile .
- run: docker build -t consul:local -f ./build-support/docker/Consul-Dev.dockerfile .
- run:
name: Upgrade Integration Tests
command: |
mkdir -p /tmp/test-results/
cd ./test/integration/consul-container
docker run --rm hashicorp/consul-enterprise:local consul version
docker run --rm consul:local consul version
gotestsum \
--raw-command \
--format=short-verbose \

0 comments on commit 4ae663d

Please sign in to comment.