File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,21 +26,21 @@ jobs:
2626 name : system_tests_binaries
2727 path : ./binaries/**/*
2828
29- get-essential- scenarios :
29+ get-scenarios :
3030 name : Get parameters
3131 uses : DataDog/system-tests/.github/workflows/compute-workflow-parameters.yml@main
3232 with :
3333 library : nodejs
34- scenarios_groups : essentials
34+ scenarios_groups : essentials,appsec_rasp
3535
3636 system-tests :
3737 runs-on : ${{ contains(fromJSON('["CROSSED_TRACING_LIBRARIES", "INTEGRATIONS"]'), matrix.scenario) && 'ubuntu-latest-16-cores' || 'ubuntu-latest' }}
3838 needs :
39- - get-essential- scenarios
39+ - get-scenarios
4040 strategy :
4141 matrix :
42- weblog-variant : ${{fromJson(needs.get-essential- scenarios.outputs.endtoend_weblogs)}}
43- scenario : ${{fromJson(needs.get-essential- scenarios.outputs.endtoend_scenarios)}}
42+ weblog-variant : ${{fromJson(needs.get-scenarios.outputs.endtoend_weblogs)}}
43+ scenario : ${{fromJson(needs.get-scenarios.outputs.endtoend_scenarios)}}
4444
4545 env :
4646 TEST_LIBRARY : nodejs
You can’t perform that action at this time.
0 commit comments