Tristan Cacqueray cf64b73f78 haskell-stack-test: add haskell tool stack test
This change adds a new job to test stack based haskell project.

Change-Id: Ie3492097b351eec743d98e9ca8bc693c00c11a78
2020-05-01 15:35:33 +00:00

5 lines
148 B
YAML

- name: Run stack test
command: "stack {% if lts_version %}--resolver {{ lts_version }}{% endif %} test"
args:
chdir: "{{ zuul_work_dir }}"