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