Skip to content

Commit 282c861

Browse files
committed
feat(ci): Add system tests check job to add in PR checks
1 parent 712d5c3 commit 282c861

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/run-system-tests.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,11 @@ jobs:
6262
scenarios_groups: tracer-release
6363
excluded_scenarios: CROSSED_TRACING_LIBRARIES,INTEGRATIONS_AWS,APM_TRACING_E2E_OTEL,APM_TRACING_E2E_SINGLE_SPAN,PROFILING # require AWS and datadog credentials
6464
skip_empty_scenarios: true
65+
66+
# Ensure the main job is run to completion
67+
check:
68+
runs-on: ubuntu-latest
69+
needs:
70+
- main
71+
steps:
72+
- run: exit

0 commit comments

Comments
 (0)