Skip to content

Commit

Permalink
Trying different test set for browser coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGHSeg authored Dec 5, 2024
1 parent 46b24c7 commit 484de61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ steps:

- label: '[Browser] Lint + Test'
key: browser-lint-test
env:
SEGMENT_CODECOV_FLAGS: 'browser'
SEGMENT_CODECOV_ARGS: '--dir=./packages/browser/coverage'
COVERAGE: true
agents:
queue: v1
commands:
Expand All @@ -51,6 +47,10 @@ steps:
key: qa
agents:
queue: v1
env:
SEGMENT_CODECOV_FLAGS: 'browser'
SEGMENT_CODECOV_ARGS: '--dir=./packages/browser/coverage'
COVERAGE: true
commands:
- npm config set "//registry.npmjs.org/:_authToken" $${NPM_TOKEN}
- echo "--- Install dependencies"
Expand Down

0 comments on commit 484de61

Please sign in to comment.