1 parent a144d2f commit 1e96529Copy full SHA for 1e96529
2 files changed
.github/workflows/reusable-integration-test.yml
@@ -116,6 +116,7 @@ jobs:
116
run: ./run-tests.sh
117
env:
118
CI: "true"
119
+ DD_USE_GENERATED_TESTS: "true"
120
DD_ENV: prod
121
DD_HTTP_CLIENT_ERROR_STATUSES: "500-599"
122
DD_CIVISIBILITY_COMPILER_PLUGIN_AUTO_CONFIGURATION_ENABLED: "false"
.github/workflows/reusable-java-test.yml
@@ -54,4 +54,5 @@ jobs:
54
- name: Test
55
run: ${{ inputs.test-script }}
56
57
- DD_CIVISIBILITY_COMPILER_PLUGIN_AUTO_CONFIGURATION_ENABLED: "false"
+ DD_CIVISIBILITY_COMPILER_PLUGIN_AUTO_CONFIGURATION_ENABLED: "false"
58
0 commit comments