Skip to content

Commit 1e96529

Browse files
committed
ci: use generated BDD test runner
1 parent a144d2f commit 1e96529

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/reusable-integration-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ jobs:
116116
run: ./run-tests.sh
117117
env:
118118
CI: "true"
119+
DD_USE_GENERATED_TESTS: "true"
119120
DD_ENV: prod
120121
DD_HTTP_CLIENT_ERROR_STATUSES: "500-599"
121122
DD_CIVISIBILITY_COMPILER_PLUGIN_AUTO_CONFIGURATION_ENABLED: "false"

.github/workflows/reusable-java-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,5 @@ jobs:
5454
- name: Test
5555
run: ${{ inputs.test-script }}
5656
env:
57-
DD_CIVISIBILITY_COMPILER_PLUGIN_AUTO_CONFIGURATION_ENABLED: "false"
57+
DD_CIVISIBILITY_COMPILER_PLUGIN_AUTO_CONFIGURATION_ENABLED: "false"
58+
DD_USE_GENERATED_TESTS: "true"

0 commit comments

Comments
 (0)