From b66c3b3003c472add2be6b51a34d099f04b07f92 Mon Sep 17 00:00:00 2001 From: Alexande B Date: Fri, 10 Dec 2021 22:11:59 +0100 Subject: [PATCH] Enable unstable flavor testing but allow failure --- .github/workflows/linux.yml | 13 +++++++++---- .github/workflows/macos.yml | 10 +++++++--- .github/workflows/windows.yml | 14 +++++++------- 3 files changed, 23 insertions(+), 14 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 2551f1fb..9234f246 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -78,14 +78,19 @@ jobs: - cc - un - iec - - iho - # - m3aawg - # - jcgm - csa - bipm - # - itu - ietf - ogc + include: + - test-flavor: m3aawg + ignore-errors: true + - test-flavor: jcgm + ignore-errors: true + - test-flavor: itu + ignore-errors: true + - test-flavor: iho + ignore-errors: true steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index c36909a2..7acb10d0 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -68,13 +68,17 @@ jobs: - un - iec - iho - # - m3aawg - # - jcgm - csa - bipm - # - itu - ietf - ogc + include: + - test-flavor: m3aawg + ignore-errors: true + - test-flavor: jcgm + ignore-errors: true + - test-flavor: itu + ignore-errors: true steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index c6c012ed..57a9fb09 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -65,17 +65,17 @@ jobs: - un - iec - iho - # - m3aawg - # - jcgm - csa - bipm - # - itu - ietf - ogc - # include: - # # timeout www.iso.com happens - # - test-flavor: itu - # ignore-errors: true + include: + - test-flavor: m3aawg + ignore-errors: true + - test-flavor: jcgm + ignore-errors: true + - test-flavor: itu + ignore-errors: true steps: - uses: actions/checkout@v2