File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,15 +86,15 @@ jobs:
8686 sdk : ${{ matrix.dart-version }}
8787
8888 - name : (MACOS/LINUX) Run Dart Analysis Server Tests with Dart SDK ${{ matrix.dart-version }}
89- if : runner.os == " Linux" || runner.os == " macOS" # Run even if one SDK version fails
89+ if : runner.os == ' Linux' || runner.os == ' macOS' # Run even if one SDK version fails
9090 # Pass the Dart SDK path with DART_HOME
9191 run : |
9292 ${DART_HOME}/bin/dart --version
9393 ./gradlew :test --tests "com.jetbrains.dart.analysisServer.*"
9494 working-directory : third_party
9595
9696 - name : (WINDOWS) Run Dart Analysis Server Tests with Dart SDK ${{ matrix.dart-version }}
97- if : runner.os == " Windows" # Run even if one SDK version fails
97+ if : runner.os == ' Windows' # Run even if one SDK version fails
9898 # Pass the Dart SDK path with DART_HOME
9999 run : |
100100 "${DART_HOME}/bin/dart --version
You can’t perform that action at this time.
0 commit comments