We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3784f84 commit 6584b1cCopy full SHA for 6584b1c
.github/workflows/presubmit.yaml
@@ -97,8 +97,9 @@ jobs:
97
if: runner.os == 'Windows' # Run even if one SDK version fails
98
# Pass the Dart SDK path with DART_HOME
99
run: |
100
- "${DART_HOME}/bin/dart --version
101
- ./gradlew :test --tests com.jetbrains.dart.analysisServer.*"
+ "${DART_HOME}/bin/dart --version"
+ "pwd"
102
+ "./gradlew :test --tests com.jetbrains.dart.analysisServer.*"
103
working-directory: third_party
104
105
0 commit comments