Skip to content

Commit 236eebc

Browse files
committed
fix: run only slim topology test
Signed-off-by: Magyari Sandor Szilard <sancyx@gmail.com>
1 parent e993995 commit 236eebc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test-integrations.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,11 +267,8 @@ jobs:
267267
# Ensure this job runs only after all jobs that produce artifacts have completed
268268
needs:
269269
[
270-
run-tests-slim,
271-
run-tests-slim-spire,
270+
run-tests-slim-topology,
272271
run-tests-directory,
273-
run-agentic-apps,
274-
run-tests-wfsm,
275272
]
276273
if: ${{ always() }}
277274
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)