Skip to content

Commit d950bde

Browse files
fx manual: no test deps
Signed-off-by: Marcus Brandenburger <[email protected]>
1 parent eec31ca commit d950bde

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/fx.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
- run: make checks
1717

1818
utest:
19-
needs:
20-
- checks
2119
runs-on: ubuntu-latest
2220
steps:
2321
- uses: actions/checkout@v5
@@ -43,7 +41,6 @@ jobs:
4341
4442
itest:
4543
needs:
46-
- checks
4744
- itest-list
4845
runs-on: ubuntu-latest
4946
strategy:
@@ -59,7 +56,9 @@ jobs:
5956
cache-dependency-path: "**/*.sum"
6057
- run: make install-tools
6158
- run: make install-fabric-bins
62-
- run: make docker-images
59+
- name: Docker images
60+
if: startsWith(matrix.tests, 'fabric')
61+
run: make docker-images
6362

6463
- name: Set up Fabric-x
6564
if: startsWith(matrix.tests, 'fabricx')

0 commit comments

Comments
 (0)