f743e40567
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/cldr-emoji-annotation#9c0e9952528b95756b29a37fb2442a5b9252a0cc
17 lines
323 B
YAML
17 lines
323 B
YAML
- hosts: localhost
|
|
vars:
|
|
- artifacts: "{{ lookup('env', 'TEST_ARTIFACTS')|default('./artifacts', true) }}"
|
|
tags:
|
|
- classic
|
|
remote_user: root
|
|
roles:
|
|
- role: standard-test-basic
|
|
required_packages:
|
|
- cldr-emoji-annotation
|
|
- libxml2
|
|
tests:
|
|
- runtest:
|
|
dir: .
|
|
run: ./runtest.sh
|
|
|