Skip to content

Commit bc26cf2

Browse files
fix: Add step to intentionally fail the run in test workflow
1 parent 7f9f26a commit bc26cf2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test-otlp.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
with:
2121
name: test-results
2222
path: report.xml
23+
# make the run fail
24+
- name: Fail the run
25+
run: exit 1
2326
otel-cicd-action:
2427
if: always()
2528
name: OpenTelemetry Export Trace

0 commit comments

Comments
 (0)