From aa9f73220fd7734f039a053d8b4c41884a79c59a Mon Sep 17 00:00:00 2001 From: Boris Glimcher Date: Wed, 14 Feb 2024 21:44:15 +0200 Subject: [PATCH] ci: rename workflow Signed-off-by: Boris Glimcher --- .github/workflows/ansible.yml | 7 ++++--- README.md | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index 5aedcff..5147bd0 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/ansible.yml @@ -1,4 +1,4 @@ -name: CI +name: Ansible on: push: @@ -15,15 +15,16 @@ jobs: strategy: fail-fast: false matrix: + python-version: ["3.11"] ansible-version: [stable-2.16] steps: - name: Check out code uses: actions/checkout@v3 - - name: Set up Python 3.11 + - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 with: - python-version: 3.11 + python-version: ${{ matrix.python-version }} - name: Install ansible (${{ matrix.ansible-version }}) run: pip install https://github.com/ansible/ansible/archive/${{ matrix.ansible-version }}.tar.gz --disable-pip-version-check diff --git a/README.md b/README.md index 8811db2..aabf1b7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Linters](https://github.com/opiproject/ansible-opi-dpu/actions/workflows/linters.yml/badge.svg)](https://github.com/opiproject/ansible-opi-dpu/actions/workflows/linters.yml) [![CodeQL](https://github.com/opiproject/ansible-opi-dpu/actions/workflows/codeql.yml/badge.svg)](https://github.com/opiproject/ansible-opi-dpu/actions/workflows/codeql.yml) [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/opiproject/ansible-opi-dpu/badge)](https://securityscorecards.dev/viewer/?platform=github.com&org=opiproject&repo=ansible-opi-dpu) -[![tsets](https://github.com/opiproject/ansible-opi-dpu/actions/workflows/ansible.yml/badge.svg)](https://github.com/opiproject/ansible-opi-dpu/actions/workflows/ansible.yml) +[![Tests](https://github.com/opiproject/ansible-opi-dpu/actions/workflows/ansible.yml/badge.svg)](https://github.com/opiproject/ansible-opi-dpu/actions/workflows/ansible.yml) [![Docker](https://github.com/opiproject/ansible-opi-dpu/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/opiproject/ansible-opi-dpu/actions/workflows/docker-publish.yml) [![License](https://img.shields.io/github/license/opiproject/ansible-opi-dpu?style=flat-square&color=blue&label=License)](https://github.com/opiproject/ansible-opi-dpu/blob/master/LICENSE) [![codecov](https://codecov.io/gh/opiproject/ansible-opi-dpu/branch/main/graph/badge.svg)](https://codecov.io/gh/opiproject/ansible-opi-dpu)