File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 7070 DD_SERVICE : dd-trace-js-integration-tests
7171 DD_CIVISIBILITY_AGENTLESS_ENABLED : 1
7272 DD_API_KEY : ${{ secrets.DD_API_KEY }}
73+ OPTIONS_OVERRIDE : 1
7374 steps :
7475 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7576 - uses : ./.github/actions/node
9293 DD_SERVICE : dd-trace-js-integration-tests
9394 DD_CIVISIBILITY_AGENTLESS_ENABLED : 1
9495 DD_API_KEY : ${{ secrets.DD_API_KEY }}
96+ OPTIONS_OVERRIDE : 1
9597 steps :
9698 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9799 - uses : ./.github/actions/node
@@ -148,6 +150,7 @@ jobs:
148150 CYPRESS_VERSION : ${{ matrix.cypress-version }}
149151 NODE_OPTIONS : ' -r ./ci/init'
150152 CYPRESS_MODULE_TYPE : ${{ matrix.module-type }}
153+ OPTIONS_OVERRIDE : 1
151154
152155
153156 integration-vitest :
@@ -156,6 +159,7 @@ jobs:
156159 DD_SERVICE : dd-trace-js-integration-tests
157160 DD_CIVISIBILITY_AGENTLESS_ENABLED : 1
158161 DD_API_KEY : ${{ secrets.DD_API_KEY }}
162+ OPTIONS_OVERRIDE : 1
159163 steps :
160164 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
161165 - uses : ./.github/actions/node/active-lts
You can’t perform that action at this time.
0 commit comments