Skip to content

Commit

Permalink
Update fail-fast strategy and version matrix in GitHub workflow
Browse files Browse the repository at this point in the history
The Github workflow configuration is updated with 'fail-fast: false' to prevent cancellation of all jobs if any matrix combo fails. The version matrix has also been simplified by removing versions 22 and 23 to streamline the testing process.
  • Loading branch information
meanmail committed Jan 25, 2024
1 parent 338b39f commit ab7123f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
name: Run tests
runs-on: [ self-hosted, small ]
strategy:
fail-fast: false
matrix:
version:
- 6
Expand All @@ -24,8 +25,6 @@ jobs:
- 19
- 20
- 21
- 22
- 23
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit ab7123f

Please sign in to comment.