diff --git a/.github/workflows/preview_bottle.yaml b/.github/workflows/preview_bottle.yaml index f47e5be..927da5f 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... --dry-run=json + pnpx turbo run test:e2e --filter=@bottlesteam/e2e... --dry-run=json > result.json cat result.json - name: Determine if A package has changes