Skip to content

Commit

Permalink
Fix typo to force-execute the right file
Browse files Browse the repository at this point in the history
  • Loading branch information
vpellan committed Jun 7, 2024
1 parent 3650f3a commit edef787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/parametric-system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
REGISTRY: ghcr.io
REPO: ghcr.io/datadog/dd-trace-rb
ST_REF: main
FORCE_TESTS: -F tests/test_telemetry.py::Test_TelemetrySCAEnvVar
FORCE_TESTS: -F tests/parametric/test_telemetry.py::Test_TelemetrySCAEnvVar

jobs:
build-runner:
Expand Down

0 comments on commit edef787

Please sign in to comment.