We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dfcc74 commit 9480a12Copy full SHA for 9480a12
.github/workflows/system-tests.yml
@@ -24,7 +24,9 @@ on:
24
env:
25
REGISTRY: ghcr.io
26
REPO: ghcr.io/datadog/dd-trace-rb
27
- SYSTEM_TESTS_REF: main # This must always be set to `main` on dd-trace-rb's master branch
+ # Broken system-test: https://github.com/DataDog/system-tests/pull/3904
28
+ SYSTEM_TESTS_REF: 239c3eba6de0473817d3d88ebbc025c9d0c9574b
29
+ # SYSTEM_TESTS_REF: main # This must always be set to `main` on dd-trace-rb's master branch
30
31
jobs:
32
build-harness:
0 commit comments