summaryrefslogtreecommitdiffstats
path: root/tests/github.yml
blob: 8cbe881f029c5e791ec16227a08e7d5980dc3896 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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