mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-04-05 12:22:09 +07:00
💚 Allow CI job Ubuntu 20.04 to fail
This commit is contained in:
committed by
Emilien M
parent
c2e0fc241f
commit
c61fb86cc0
7
.github/workflows/molecule.yml
vendored
7
.github/workflows/molecule.yml
vendored
@@ -11,6 +11,7 @@ name: Molecule
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
continue-on-error: ${{ matrix.allowed-to-fail }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@@ -19,8 +20,12 @@ jobs:
|
|||||||
- debian-11
|
- debian-11
|
||||||
- debian-12
|
- debian-12
|
||||||
- ubuntu-18.04
|
- ubuntu-18.04
|
||||||
- ubuntu-20.04
|
|
||||||
- ubuntu-22.04
|
- ubuntu-22.04
|
||||||
|
allowed-to-fail:
|
||||||
|
- false
|
||||||
|
include:
|
||||||
|
- scenario: ubuntu-20.04
|
||||||
|
allowed-to-fail: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|||||||
Reference in New Issue
Block a user