From 55ac49f8622da57e1c5618f3a44abf7cf1be2c12 Mon Sep 17 00:00:00 2001 From: stakbucks Date: Fri, 16 Aug 2024 02:32:14 +0900 Subject: [PATCH] test --- .github/workflows/preview_bottle.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview_bottle.yaml b/.github/workflows/preview_bottle.yaml index 0472cf5..c401b02 100644 --- a/.github/workflows/preview_bottle.yaml +++ b/.github/workflows/preview_bottle.yaml @@ -53,7 +53,7 @@ jobs: - name: Check for changes in package A using turbo id: turbo_check run: | - pnpx turbo run "test:e2e" --filter="@bottlesteam/e2e...[HEAD^]" --dry-run=json + pnpx turbo run test:e2e --filter=@bottlesteam/e2e...[HEAD^] --dry-run=json cat result.json - name: Determine if A package has changes