forked from cerc-io/plugeth
14 lines
236 B
YAML
14 lines
236 B
YAML
|
---
|
||
|
- name: install package dependencies
|
||
|
sudo: true
|
||
|
apt: name={{ item }}
|
||
|
with_items:
|
||
|
- parallel
|
||
|
- htop
|
||
|
|
||
|
- name: checkout test repo
|
||
|
git:
|
||
|
repo: https://github.com/ethereum/tests.git
|
||
|
version: develop
|
||
|
dest: git
|