diff --git a/.github/workflows/system-tests.yml b/.github/workflows/system-tests.yml index 50b6cdf44bd..fbd0152fb5a 100644 --- a/.github/workflows/system-tests.yml +++ b/.github/workflows/system-tests.yml @@ -31,7 +31,7 @@ jobs: uses: DataDog/system-tests/.github/workflows/compute-workflow-parameters.yml@main with: library: nodejs - scenarios_groups: tracer-release + scenarios_groups: essentials,appsec_rasp,debugger system-tests: runs-on: ${{ contains(fromJSON('["CROSSED_TRACING_LIBRARIES", "INTEGRATIONS"]'), matrix.scenario) && 'ubuntu-latest-16-cores' || 'ubuntu-latest' }}