Skip to content

Commit

Permalink
make upgrade and compatibility tests match circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed Apr 18, 2023
1 parent a5c24fb commit eb3e524
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test-integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ jobs:
- name: Compatibility Integration Tests
run: |
mkdir -p "${{ env.TEST_RESULTS_DIR }}"
cd ./test/integration/consul-container/test/upgrade
cd ./test/integration/consul-container
docker run --rm consul:local consul version
gotestsum \
--raw-command \
Expand All @@ -291,14 +291,13 @@ jobs:
-- \
go test \
-p=4 \
-tags "${{ env.GOTAGS }}" \
-timeout=30m \
-json \
./.../upgrade/ \
`go list ./... | grep -v upgrade` \
--target-image consul \
--target-version local \
--latest-image consul \
--latest-version ${{ env.CONSUL_VERSION }}
--latest-version latest
ls -lrt
env:
# this is needed because of incompatibility between RYUK container and circleci
Expand Down

0 comments on commit eb3e524

Please sign in to comment.