summaryrefslogtreecommitdiffstats
path: root/tests/github.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/github.yml')
-rw-r--r--tests/github.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/github.yml b/tests/github.yml
new file mode 100644
index 0000000..8cbe881
--- /dev/null
+++ b/tests/github.yml
@@ -0,0 +1,19 @@
+---
+# test buildah
+- hosts: localhost
+ become: true
+ tags:
+ - classic
+ roles:
+ - role: prepare-env
+ tags:
+ - env
+ - role: github-buildah
+ tags:
+ - github-buildah
+ - role: github-runc
+ tags:
+ - github-runc
+ - role: cli
+ tags:
+ - cli