Skip to content

Commit 1670ef9

Browse files
authored
Adding new ST scenarios for rasp (#4883)
1 parent 170a97c commit 1670ef9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/system-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)