Skip to content

Commit

Permalink
Enable unstable flavor testing but allow failure
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP committed Dec 10, 2021
1 parent d21c305 commit b66c3b3
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 14 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b66c3b3

Please sign in to comment.