Skip to content

Commit

Permalink
github: don't fail fast on cs unit tests
Browse files Browse the repository at this point in the history
CentOS Stream 10 unit tests are currently failing due to an issue with
the repositories and we are making it non-essential for merging.
However, the fail-fast property defaults to true, which causes the
CentOS Stream 9 tests to get cancelled when 10 fails.

Disable fail-fast so that C9S tests keep running when C10S tests fail.
  • Loading branch information
achilleas-k authored and thozza committed Sep 4, 2024
1 parent 398b06f commit 3b81a90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
image_tag: stream9
- version: 10
image_tag: stream10-development
fail-fast: false # if one fails, keep the other(s) running
name: "🛃 Unit tests (CentOS Stream ${{ matrix.centos_stream.version }})"
runs-on: ubuntu-latest
container:
Expand Down

0 comments on commit 3b81a90

Please sign in to comment.