![Tristan Cacqueray](/assets/img/avatar_default.png)
This change adds a new job to test stack based haskell project. Change-Id: Ie3492097b351eec743d98e9ca8bc693c00c11a78
5 lines
148 B
YAML
5 lines
148 B
YAML
- name: Run stack test
|
|
command: "stack {% if lts_version %}--resolver {{ lts_version }}{% endif %} test"
|
|
args:
|
|
chdir: "{{ zuul_work_dir }}"
|