Skip to content

Commit

Permalink
ci: disable it-tests for windows-latest,yarn (#1196)
Browse files Browse the repository at this point in the history
## Proposed change

In the current state, the run of it-tests on `[windows-latest, yarn]` is
slow and fails most of the time (related to concurrent access to the
disk)
This specific combination does not bring a lot of value since we already
cover `[linux, yarn]` and `[windows, npm]`, so I propose to disable it,
at least until we find a way to make it reliable

## Related issues

- 🐛 Fixes #(issue)
- 🚀 Feature #(issue)

<!-- Please make sure to follow the contributing guidelines on
https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md -->
  • Loading branch information
fpaul-1A authored Jan 9, 2024
2 parents 3403135 + 7968a44 commit ff9d447
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/it-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
packageManager: [yarn, npm]
exclude:
- os: windows-latest
packageManager: yarn
runs-on: ${{ matrix.os }}
env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
Expand Down

0 comments on commit ff9d447

Please sign in to comment.