Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed May 23, 2024
1 parent eaa13dc commit 6940660
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,23 @@ steps:
- yarn turbo run --filter='./packages/consent/*' lint
- echo "+++ Run Tests"
- yarn turbo run --filter='./packages/consent/*' test
plugins:
- ssh://git@github.com/segmentio/cache-buildkite-plugin#v2.0.0:
key: "v1.1-cache-dev-{{ checksum 'yarn.lock' }}"

- label: '[Signals] Lint + Test'
agents:
queue: v1
commands:
- npm config set "//registry.npmjs.org/:_authToken" $${NPM_TOKEN}
- echo "--- Install dependencies"
- PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 HUSKY=0 yarn install --immutable
- echo "--- Build bundles"
- yarn turbo run --filter='./packages/signals/*' build
- echo "+++ Run Lint"
- yarn turbo run --filter='./packages/signals/*' lint
- echo "+++ Run Tests"
- yarn turbo run --filter='./packages/signals/*' test
plugins:
- ssh://git@github.com/segmentio/cache-buildkite-plugin#v2.0.0:
key: "v1.1-cache-dev-{{ checksum 'yarn.lock' }}"
Expand Down

0 comments on commit 6940660

Please sign in to comment.