Skip to content

Commit 38d95a9

Browse files
committed
.github/workflows/codetracer.yml: Reorder steps
Signed-off-by: Tzanko Matev <[email protected]>
1 parent 07d02b6 commit 38d95a9

File tree

1 file changed

+10
-18
lines changed

1 file changed

+10
-18
lines changed

.github/workflows/codetracer.yml

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff 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 }}"

0 commit comments

Comments
 (0)