Skip to content

Commit

Permalink
github: Test on CentOS 9
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
  • Loading branch information
stgraber committed Jan 24, 2025
1 parent 16bc45c commit c017299
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
fail-fast: false
matrix:
os:
- centos/9-Stream
- debian/12
- ubuntu/20.04
- ubuntu/22.04
Expand Down Expand Up @@ -65,7 +66,11 @@ jobs:
- name: Deploy the test VMs
run: |
cd ansible
cp hosts.yaml.example hosts.yaml
if [ "${{ matrix.os }}" = "centos/9-Stream" ]; then
cp hosts.yaml.example.centos hosts.yaml
else
cp hosts.yaml.example hosts.yaml
fi
ansible-playbook tasks/update-packages.yaml
Expand Down

0 comments on commit c017299

Please sign in to comment.