File tree Expand file tree Collapse file tree 1 file changed +10
-18
lines changed Expand file tree Collapse file tree 1 file changed +10
-18
lines changed Original file line number Diff line number Diff line change @@ -172,6 +172,11 @@ jobs:
172172 - lint-nix
173173 - lint-rust
174174 - lint-ui-tests
175+ - test-rust
176+ - test-python-recorder
177+ - test-ui-tests
178+ - dev-build
179+ - nix-build
175180 steps :
176181 - name : Checkout
177182 uses : actions/checkout@v5
@@ -216,6 +221,11 @@ jobs:
216221 - lint-nix
217222 - lint-rust
218223 - lint-ui-tests
224+ - test-rust
225+ - test-python-recorder
226+ - test-ui-tests
227+ - dev-build
228+ - nix-build
219229 steps :
220230 - name : Checkout
221231 uses : actions/checkout@v5
@@ -310,11 +320,6 @@ jobs:
310320
311321 test-rust :
312322 runs-on : [self-hosted, nixos]
313- needs :
314- - dev-build
315- - nix-build
316- - appimage-build
317- - dmg-build
318323 steps :
319324 - name : Checkout
320325 uses : actions/checkout@v5
@@ -333,11 +338,6 @@ jobs:
333338
334339 test-python-recorder :
335340 runs-on : [self-hosted, nixos]
336- needs :
337- - dev-build
338- - nix-build
339- - appimage-build
340- - dmg-build
341341 steps :
342342 - name : Checkout
343343 uses : actions/checkout@v5
@@ -356,11 +356,6 @@ jobs:
356356
357357 test-ui-tests :
358358 runs-on : [self-hosted, nixos]
359- needs :
360- - dev-build
361- - nix-build
362- - appimage-build
363- - dmg-build
364359 steps :
365360 - name : Checkout
366361 uses : actions/checkout@v5
@@ -380,9 +375,6 @@ jobs:
380375 push-to-cachix :
381376 runs-on : [self-hosted, nixos]
382377 needs :
383- - test-rust
384- - test-python-recorder
385- - test-ui-tests
386378 - appimage-lib-check
387379 - dmg-lib-check
388380 if : " github.ref == 'refs/heads/main' && ${{ !github.event.codetracer-ci }}"
You can’t perform that action at this time.
0 commit comments