We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86783bc commit 4d83e30Copy full SHA for 4d83e30
.github/workflows/system-tests.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: DataDog/system-tests/.github/workflows/compute-workflow-parameters.yml@main
32
with:
33
library: nodejs
34
- scenarios_groups: essentials,appsec_rasp
+ scenarios_groups: tracer-release
35
36
system-tests:
37
runs-on: ${{ contains(fromJSON('["CROSSED_TRACING_LIBRARIES", "INTEGRATIONS"]'), matrix.scenario) && 'ubuntu-latest-16-cores' || 'ubuntu-latest' }}
0 commit comments