commit
9b8e0435ef
2
.github/workflows/testing.yml
vendored
2
.github/workflows/testing.yml
vendored
@ -41,5 +41,7 @@ jobs:
|
||||
with:
|
||||
ruby-version: ${{matrix.ruby}}
|
||||
bundler-cache: true
|
||||
- name: install dependencies
|
||||
run: sudo apt -y install libarchive-tools
|
||||
- name: Run Tests
|
||||
run: bundle exec rake test:unit
|
||||
|
||||
@ -3,7 +3,7 @@ require File.expand_path("../../base", __FILE__)
|
||||
require "pathname"
|
||||
require 'tempfile'
|
||||
|
||||
describe Vagrant::BoxCollection, :skip_windows do
|
||||
describe Vagrant::BoxCollection, :skip_windows, :bsdtar do
|
||||
include_context "unit"
|
||||
|
||||
let(:box_class) { Vagrant::Box }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user