Skip to content

Commit 0efd513

Browse files
committed
fix used module
1 parent b7bc6c1 commit 0efd513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spring-boot-2-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
- name: Test sentry-samples-spring-boot-opentelemetry-noagent
134134
run: |
135135
python3 test/system-test-runner.py test \
136-
--module "sentry-samples-spring-boot-opentelemetry" \
136+
--module "sentry-samples-spring-boot-opentelemetry-noagent" \
137137
--agent false \
138138
--auto-init "true" \
139139
--build "true"

0 commit comments

Comments
 (0)