Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
stakbucks committed Aug 16, 2024
1 parent fee63d8 commit df69d72
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/preview_bottle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,9 @@ 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 > result.json
cat result.json
- name: Determine if A package has changes
id: determine_changes
run: |
if grep -q '"tasks": {}' result.json; then
echo "changed=false" >> $GITHUB_ENV
else
echo "changed=true" >> $GITHUB_ENV
fi
RESULT=$(pnpm exec turbo-ignore @bottlesteam/web build)
echo $RESULT
continue-on-error: true

- name: Set CI status
if: steps.turbo-check.outputs.changed != 'true'
Expand Down

0 comments on commit df69d72

Please sign in to comment.