Skip to content

Commit 6584b1c

Browse files
committed
separating out to multiple lines duh
1 parent 3784f84 commit 6584b1c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/presubmit.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,9 @@ jobs:
9797
if: runner.os == 'Windows' # Run even if one SDK version fails
9898
# Pass the Dart SDK path with DART_HOME
9999
run: |
100-
"${DART_HOME}/bin/dart --version
101-
./gradlew :test --tests com.jetbrains.dart.analysisServer.*"
100+
"${DART_HOME}/bin/dart --version"
101+
"pwd"
102+
"./gradlew :test --tests com.jetbrains.dart.analysisServer.*"
102103
working-directory: third_party
103104

104105

0 commit comments

Comments
 (0)