File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 9999 git diff --exit-code
100100 test-unit :
101101 name : ' Unit tests'
102+ needs : [setup-dependencies]
102103 runs-on : ubuntu-latest
103104 timeout-minutes : 5
104105 steps :
@@ -143,6 +144,7 @@ jobs:
143144 if : always()
144145 test-lint :
145146 name : ' Linting'
147+ needs : [setup-dependencies]
146148 runs-on : ubuntu-latest
147149 timeout-minutes : 5
148150 steps :
@@ -172,6 +174,7 @@ jobs:
172174 make test-lint
173175 test-typecheck :
174176 name : ' Typecheck'
177+ needs : [setup-dependencies]
175178 runs-on : ubuntu-latest
176179 timeout-minutes : 5
177180 steps :
@@ -200,6 +203,7 @@ jobs:
200203 make test-typecheck
201204 test-coverage :
202205 name : ' Test coverage'
206+
203207 needs : [test-unit]
204208 runs-on : ubuntu-latest
205209 timeout-minutes : 5
You can’t perform that action at this time.
0 commit comments