Reduce scope of tests

This commit is contained in:
sophia 2022-02-03 17:14:57 -06:00 committed by Paul Hinze
parent ae165d029c
commit 94dfa32537
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -56,6 +56,6 @@ jobs:
run: |
gem build vagrant-spec/vagrant-spec.gemspec
gem install vagrant-spec-0.0.1.gem
bundle exec vagrant-spec test --components=cli/box cli/plugin cli/version cli/init --config test/vagrant-spec/configs/vagrant-spec.config.virtualbox.rb
bundle exec vagrant-spec test --components=cli/version --config test/vagrant-spec/configs/vagrant-spec.config.virtualbox.rb
env:
VAGRANT_SPEC_BOX: "hashicorp/bionic64"