From 6be25e3ccd2c5b50cc0452dcc31d099275cfbbcf Mon Sep 17 00:00:00 2001 From: Gabriel Nagy Date: Mon, 2 Aug 2021 13:17:04 +0300 Subject: [PATCH] Fix test install workflow --- .github/workflows/install_puppet.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/install_puppet.yaml b/.github/workflows/install_puppet.yaml index a2b37d2..ae058cb 100644 --- a/.github/workflows/install_puppet.yaml +++ b/.github/workflows/install_puppet.yaml @@ -14,17 +14,17 @@ jobs: matrix: collection: [ puppet6, puppet7, puppet6-nightly, puppet7-nightly] os: [ - # { image: "CentOS 6", image: "litmusimage/centos:6" }, - # { image: "CentOS 7", image: "litmusimage/centos:7" }, - { image: "CentOS 8", image: "litmusimage/centos:8" }, - # { image: "Debian 9", image: "litmusimage/debian:9" }, - { image: "Debian 10", image: "litmusimage/debian:10" }, - # { image: "Debian 11", image: "litmusimage/debian:11" }, - # { image: "Ubuntu 16.04", image: "litmusimage/ubuntu:16.04" }, - { image: "Ubuntu 18.04", image: "litmusimage/ubuntu:18.04" }, - # { image: "Ubuntu 20.04", image: "litmusimage/ubuntu:20.04" }, + # { name: "CentOS 6", image: "litmusimage/centos:6" }, + # { name: "CentOS 7", image: "litmusimage/centos:7" }, + { name: "CentOS 8", image: "litmusimage/centos:8" }, + # { name: "Debian 9", image: "litmusimage/debian:9" }, + { name: "Debian 10", image: "litmusimage/debian:10" }, + # { name: "Debian 11", image: "litmusimage/debian:11" }, + # { name: "Ubuntu 16.04", image: "litmusimage/ubuntu:16.04" }, + { name: "Ubuntu 18.04", image: "litmusimage/ubuntu:18.04" }, + # { name: "Ubuntu 20.04", image: "litmusimage/ubuntu:20.04" }, ] - image: + container: image: ${{ matrix.os.image }} steps: - name: Install puppet-agent from ${{ matrix.collection }} collection