Skip to content

Commit 3cb6cbc

Browse files
committed
Attempting to serialize build jobs to see if they are less flaky
1 parent 6a9af86 commit 3cb6cbc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/presubmit.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131

3232
# Job 2: Unit Tests
3333
unit-tests:
34+
needs: build-plugin
3435
strategy:
3536
matrix:
3637
# TODO(https://github.com/flutter/dart-intellij-third-party/pull/33) Fix and enable execution on Windows
@@ -55,6 +56,7 @@ jobs:
5556

5657
# Job 3: Dart Analysis Server Tests
5758
dart-analysis-server-tests:
59+
needs: build-plugin
5860
strategy:
5961
matrix:
6062
# https://github.com/dart-lang/setup-dart
@@ -97,6 +99,7 @@ jobs:
9799

98100
# Job 4: Verify Plugin
99101
verify-plugin:
102+
needs: build-plugin
100103
strategy:
101104
matrix:
102105
os: [ ubuntu-latest, macos-latest, windows-latest ]

0 commit comments

Comments
 (0)