Install bsdtar before running tests
This commit is contained in:
parent
5e0f64d654
commit
936934fd78
|
@ -54,6 +54,7 @@ reference:
|
||||||
when: on_fail
|
when: on_fail
|
||||||
unit_tests: &unit_tests
|
unit_tests: &unit_tests
|
||||||
steps:
|
steps:
|
||||||
|
- run: sudo apt-get update ; sudo apt-get -yq install bsdtar
|
||||||
- checkout
|
- checkout
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
key: static-site-gems-v1-{{ checksum "Gemfile.lock" }}
|
key: static-site-gems-v1-{{ checksum "Gemfile.lock" }}
|
||||||
|
|
Loading…
Reference in New Issue