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 path: test-reports
contract-tests: contract-tests:
machine: docker:
docker_layer_caching: true - image: ubuntu-1604:201903-01
image: ubuntu-1604:201903-01
steps: steps:
- checkout - checkout
- setup_remote_docker
- run: - run:
name: Run contract tests in containers name: Run contract tests in containers
command: make contract_tests command: make contract_tests