mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-07-27 14:24:34 +02:00
The ansible-test patch has been backported to stable-2.12.
This commit is contained in:
parent
f935a41b8a
commit
d37ec11ac5
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ansible-test.yml
vendored
6
.github/workflows/ansible-test.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
||||||
# for the latest list.
|
# for the latest list.
|
||||||
runs-on: >-
|
runs-on: >-
|
||||||
${{ contains(fromJson(
|
${{ contains(fromJson(
|
||||||
'["stable-2.9", "stable-2.10", "stable-2.11", "stable-2.12"]'
|
'["stable-2.9", "stable-2.10", "stable-2.11"]'
|
||||||
), matrix.ansible) && 'ubuntu-20.04' || 'ubuntu-latest' }}
|
), matrix.ansible) && 'ubuntu-20.04' || 'ubuntu-latest' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Perform sanity testing
|
- name: Perform sanity testing
|
||||||
|
@ -61,7 +61,7 @@ jobs:
|
||||||
# for the latest list.
|
# for the latest list.
|
||||||
runs-on: >-
|
runs-on: >-
|
||||||
${{ contains(fromJson(
|
${{ contains(fromJson(
|
||||||
'["stable-2.9", "stable-2.10", "stable-2.11", "stable-2.12"]'
|
'["stable-2.9", "stable-2.10", "stable-2.11"]'
|
||||||
), matrix.ansible) && 'ubuntu-20.04' || 'ubuntu-latest' }}
|
), matrix.ansible) && 'ubuntu-20.04' || 'ubuntu-latest' }}
|
||||||
name: Units (Ⓐ${{ matrix.ansible }})
|
name: Units (Ⓐ${{ matrix.ansible }})
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -98,7 +98,7 @@ jobs:
|
||||||
# for the latest list.
|
# for the latest list.
|
||||||
runs-on: >-
|
runs-on: >-
|
||||||
${{ contains(fromJson(
|
${{ contains(fromJson(
|
||||||
'["stable-2.9", "stable-2.10", "stable-2.11", "stable-2.12"]'
|
'["stable-2.9", "stable-2.10", "stable-2.11"]'
|
||||||
), matrix.ansible) && 'ubuntu-20.04' || 'ubuntu-latest' }}
|
), matrix.ansible) && 'ubuntu-20.04' || 'ubuntu-latest' }}
|
||||||
name: I (Ⓐ${{ matrix.ansible }}+py${{ matrix.python }})
|
name: I (Ⓐ${{ matrix.ansible }}+py${{ matrix.python }})
|
||||||
strategy:
|
strategy:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue