Skip to content

Commit

Permalink
debug test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacksonmills committed Oct 26, 2023
1 parent 3901a7a commit 7f1f2ab
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,12 @@ jobs:
git fetch origin next:next
git diff --name-only next...${{ github.sha }} | grep '^cli/' || echo "No changes in /cli"
# This will use the `changedFilePatterns` to check that a changeset has been added
# if any matched file has been changed in /cli
# This will use the `changedFilePatterns` to check that a changeset has been added
# if any matched file has been changed in /cli
- name: Debug CLI Changes Output
run: |
echo "CLI changes output: '${{ steps.cli-check.outputs.stdout }}'"
- name: Validate changeset if /cli modified
if: steps.cli-check.outputs.stdout != 'No changes in /cli'
run: pnpm changeset status --since origin/next
Expand Down

0 comments on commit 7f1f2ab

Please sign in to comment.