Skip to content

Commit

Permalink
attempt to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Sep 7, 2023
1 parent 9f97606 commit 42782b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ steps:
- echo "--- Build bundles"
- yarn turbo run --filter='consent-tools-integration-tests' build
- echo "+++ Run Tests"
- yarn turbo run --filter='consent-tools-integration-tests' test:intg
- cd packages/consent/consent-tools-integration-tests && yarn test:intg # buildkite doesn't seem to like running yarn turbo here.
plugins:
- ssh://[email protected]/segmentio/cache-buildkite-plugin#v2.0.0:
key: "v1.1-cache-dev-{{ checksum 'yarn.lock' }}"
Expand Down

0 comments on commit 42782b6

Please sign in to comment.