Skip to content

fix: update CI configuration to extend timeout and specify framework version for builds and tests#229

Merged
glucaci merged 3 commits intomasterfrom
fix-ci
Feb 18, 2026
Merged

fix: update CI configuration to extend timeout and specify framework version for builds and tests#229
glucaci merged 3 commits intomasterfrom
fix-ci

Conversation

@glucaci
Copy link
Member

@glucaci glucaci commented Feb 18, 2026

This pull request updates the CI workflow to improve .NET version testing and job reliability. The main changes increase the test timeout, add explicit .NET version targeting, and prevent workflow cancellation on a single failure.

CI workflow improvements:

  • Increased the timeout-minutes for the tests job from 15 to 60 minutes and added a descriptive job name that includes the .NET version being tested.
  • Enabled the fail-fast: false option in the matrix strategy to ensure that all matrix jobs run to completion even if one fails.
  • Updated the build and test steps to explicitly target each .NET version in the matrix by adding the -f net${{ matrix.dotnet-version }}.0 flag to the dotnet build and dotnet test commands.

@glucaci glucaci merged commit 8c104c3 into master Feb 18, 2026
5 checks passed
@glucaci glucaci deleted the fix-ci branch February 18, 2026 21:24
renovate bot added a commit to apollographql/subgraph-csharp-hotchocolate-annotation that referenced this pull request Feb 18, 2026
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[Snapshooter.Xunit](https://redirect.github.com/SwissLife-OSS/Snapshooter)
| `1.1.0` → `1.2.0` |
![age](https://developer.mend.io/api/mc/badges/age/nuget/Snapshooter.Xunit/1.2.0?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Snapshooter.Xunit/1.1.0/1.2.0?slim=true)
|

---

### Release Notes

<details>
<summary>SwissLife-OSS/Snapshooter (Snapshooter.Xunit)</summary>

###
[`v1.2.0`](https://redirect.github.com/SwissLife-OSS/snapshooter/releases/tag/1.2.0)

[Compare
Source](https://redirect.github.com/SwissLife-OSS/Snapshooter/compare/1.1.0...1.2.0)

##### What's Changed

- Added basic support for MSTest V4 by
[@&#8203;N-Olbert](https://redirect.github.com/N-Olbert) in
[SwissLife-OSS/snapshooter#220](https://redirect.github.com/SwissLife-OSS/snapshooter/pull/220)
- MSTest: Use invariant culture conversion for snapshot name generation.
by [@&#8203;N-Olbert](https://redirect.github.com/N-Olbert) in
[SwissLife-OSS/snapshooter#222](https://redirect.github.com/SwissLife-OSS/snapshooter/pull/222)
- Fix CI configuration and update project references for test builds by
[@&#8203;glucaci](https://redirect.github.com/glucaci) in
[SwissLife-OSS/snapshooter#225](https://redirect.github.com/SwissLife-OSS/snapshooter/pull/225)
- fix: update CI configuration to extend timeout and specify framework
version for builds and tests by
[@&#8203;glucaci](https://redirect.github.com/glucaci) in
[SwissLife-OSS/snapshooter#229](https://redirect.github.com/SwissLife-OSS/snapshooter/pull/229)
- chore: use xunit.v3.extensibility.core instead of xunit.v3.core by
[@&#8203;vhatsura](https://redirect.github.com/vhatsura) in
[SwissLife-OSS/snapshooter#226](https://redirect.github.com/SwissLife-OSS/snapshooter/pull/226)
- fix: update .NET setup to include version specification for builds by
[@&#8203;glucaci](https://redirect.github.com/glucaci) in
[SwissLife-OSS/snapshooter#230](https://redirect.github.com/SwissLife-OSS/snapshooter/pull/230)

##### New Contributors

- [@&#8203;N-Olbert](https://redirect.github.com/N-Olbert) made their
first contribution in
[SwissLife-OSS/snapshooter#220](https://redirect.github.com/SwissLife-OSS/snapshooter/pull/220)
- [@&#8203;vhatsura](https://redirect.github.com/vhatsura) made their
first contribution in
[SwissLife-OSS/snapshooter#226](https://redirect.github.com/SwissLife-OSS/snapshooter/pull/226)

**Full Changelog**:
<SwissLife-OSS/snapshooter@1.1.0...1.2.0>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/apollographql/subgraph-csharp-hotchocolate-annotation).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMi4wIiwidXBkYXRlZEluVmVyIjoiNDMuMjIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant