Skip to content

Commit ad71a9b

Browse files
committed
Add OPTION_OVERRIDE
1 parent 3337fba commit ad71a9b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/project.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
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
@@ -92,6 +93,7 @@ jobs:
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

0 commit comments

Comments
 (0)