Skip to content

Commit

Permalink
Disable fs monitor on windows runners
Browse files Browse the repository at this point in the history
  • Loading branch information
hpmellema committed Aug 3, 2023
1 parent 1aeb0c4 commit 37c2546
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
- name: Clean, build and javadoc
run: ./gradlew clean build javadoc -Plog-tests --stacktrace

- name: Disable git file system on windows machines
if: matrix.os == windows-latest
run: git config --global core.useBuiltinFSMonitor false

- name: CLI integration tests
if: matrix.java >= 17
run: ./gradlew :smithy-cli:integ -Plog-tests --stacktrace
Expand Down

0 comments on commit 37c2546

Please sign in to comment.