Merge pull request #272 from hashicorp/ci-run-docker-tests-with-gogo

ci: Run docker tests with gogo
This commit is contained in:
Paul Hinze 2022-05-25 14:50:45 -05:00 committed by GitHub
commit 536627b9e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ Vagrant::Spec::Acceptance.configure do |c|
c.skeleton_paths << File.expand_path("../../../acceptance/skeletons", __FILE__)
# Allow for slow setup to still pass
c.assert_retries = 15
c.vagrant_path = ENV.fetch("VAGRANT_PATH", "vagrant")
c.provider "docker",
image: ENV["VAGRANT_SPEC_DOCKER_IMAGE"],
box: "placeholder"