File tree Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -316,23 +316,6 @@ jobs:
316
316
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
317
317
- uses : ./.github/actions/plugins/test-and-upstream
318
318
319
- # TODO: fix performance issues and test more Node versions
320
- cypress :
321
- runs-on : ubuntu-latest
322
- env :
323
- PLUGINS : cypress
324
- steps :
325
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
326
- - uses : ./.github/actions/testagent/start
327
- - uses : ./.github/actions/node/active-lts
328
- - uses : ./.github/actions/install
329
- - run : yarn test:plugins:ci
330
- - if : always()
331
- uses : ./.github/actions/testagent/logs
332
- with :
333
- suffix : plugins-${{ github.job }}
334
- - uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
335
-
336
319
dd-trace-api :
337
320
runs-on : ubuntu-latest
338
321
env :
Original file line number Diff line number Diff line change @@ -157,6 +157,23 @@ jobs:
157
157
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
158
158
- uses : ./.github/actions/plugins/test
159
159
160
+ # TODO: fix performance issues and test more Node versions
161
+ plugin-cypress :
162
+ runs-on : ubuntu-latest
163
+ env :
164
+ PLUGINS : cypress
165
+ steps :
166
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
167
+ - uses : ./.github/actions/testagent/start
168
+ - uses : ./.github/actions/node/active-lts
169
+ - uses : ./.github/actions/install
170
+ - run : yarn test:plugins:ci
171
+ - if : always()
172
+ uses : ./.github/actions/testagent/logs
173
+ with :
174
+ suffix : plugins-${{ github.job }}
175
+ - uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
176
+
160
177
# TODO: fix performance issues and test more Node versions
161
178
plugin-jest :
162
179
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments