Skip to content

Commit

Permalink
Disable others tests on windows (#9659)
Browse files Browse the repository at this point in the history
* Disable others tests on windows
  • Loading branch information
romain-grecourt authored Jan 16, 2025
1 parent 22dc5c9 commit edfb5ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ jobs:
with:
ref: ${{ inputs.ref }}
- uses: ./.github/actions/common
# disable others on windows
if: ${{ matrix.platform != 'windows' || matrix.moduleSet != 'others'}}
with:
build-cache: read-only
test-artifact-name: tests-${{ matrix.moduleSet }}-${{ matrix.platform }}
Expand Down

0 comments on commit edfb5ce

Please sign in to comment.