Trying out simple remote docker configuration for contract tests

This commit is contained in:
Chris Hartjes 2020-04-29 09:58:34 -04:00
Родитель 31d90595f5
Коммит 2d1c903d08
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -197,11 +197,11 @@ jobs:
path: test-reports
contract-tests:
machine:
docker_layer_caching: true
image: ubuntu-1604:201903-01
docker:
- image: ubuntu-1604:201903-01
steps:
- checkout
- setup_remote_docker
- run:
name: Run contract tests in containers
command: make contract_tests