Skip to content

Commit b21277f

Browse files
committed
Adding test optimization reporting for system-tests
1 parent 0a21fe4 commit b21277f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/system_tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,14 @@ jobs:
2727
needs:
2828
- build
2929
uses: DataDog/system-tests/.github/workflows/system-tests.yml@main
30-
secrets: inherit
30+
secrets:
31+
DD_API_KEY: ${{ secrets.DD_API_KEY }}
32+
TEST_OPTIMIZATION_API_KEY: ${{ secrets.DD_API_KEY }}
3133
permissions:
3234
contents: read
3335
packages: write
3436
with:
3537
library: python_lambda
3638
binaries_artifact: binaries
37-
scenarios_groups: appsec
39+
scenarios_groups: tracer_release
3840
skip_empty_scenarios: true

0 commit comments

Comments
 (0)