Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
stakbucks committed Aug 15, 2024
1 parent f8b510e commit 55ac49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview_bottle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 55ac49f

Please sign in to comment.