We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37c2546 commit dc9959cCopy full SHA for dc9959c
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
run: ./gradlew clean build javadoc -Plog-tests --stacktrace
30
31
- name: Disable git file system on windows machines
32
- if: matrix.os == windows-latest
+ if: matrix.os == 'windows-latest'
33
run: git config --global core.useBuiltinFSMonitor false
34
35
- name: CLI integration tests
0 commit comments