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 6a9af86 commit 3cb6cbcCopy full SHA for 3cb6cbc
.github/workflows/presubmit.yaml
@@ -31,6 +31,7 @@ jobs:
31
32
# Job 2: Unit Tests
33
unit-tests:
34
+ needs: build-plugin
35
strategy:
36
matrix:
37
# TODO(https://github.com/flutter/dart-intellij-third-party/pull/33) Fix and enable execution on Windows
@@ -55,6 +56,7 @@ jobs:
55
56
57
# Job 3: Dart Analysis Server Tests
58
dart-analysis-server-tests:
59
60
61
62
# https://github.com/dart-lang/setup-dart
@@ -97,6 +99,7 @@ jobs:
97
99
98
100
# Job 4: Verify Plugin
101
verify-plugin:
102
103
104
105
os: [ ubuntu-latest, macos-latest, windows-latest ]
0 commit comments