From 42782b6b1d9672012a626ac92ae9b16e5ea3e907 Mon Sep 17 00:00:00 2001 From: Seth Silesky <5115498+silesky@users.noreply.github.com> Date: Thu, 7 Sep 2023 12:01:50 -0500 Subject: [PATCH] attempt to fix CI --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 2ae01af4b..8c215ada0 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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://git@github.com/segmentio/cache-buildkite-plugin#v2.0.0: key: "v1.1-cache-dev-{{ checksum 'yarn.lock' }}"