pull/17957/head
Nick Irvine 1 year ago
parent eaa316a861
commit 0d7f97a080
No known key found for this signature in database

@ -631,11 +631,9 @@ jobs:
--packages="./..." \ --packages="./..." \
-- \ -- \
go test \ go test \
-p=1 \
-parallel=1 \
-tags "${{ env.GOTAGS }}" \ -tags "${{ env.GOTAGS }}" \
-timeout=30m \ -timeout=30m \
-json ./... \ -json . \
--target-image ${{ env.CONSUL_LATEST_IMAGE_NAME }} \ --target-image ${{ env.CONSUL_LATEST_IMAGE_NAME }} \
--target-version local \ --target-version local \
--latest-image docker.mirror.hashicorp.services/${{ env.CONSUL_LATEST_IMAGE_NAME }} \ --latest-image docker.mirror.hashicorp.services/${{ env.CONSUL_LATEST_IMAGE_NAME }} \

Loading…
Cancel
Save