Skip to content

Commit

Permalink
More testing
Browse files Browse the repository at this point in the history
  • Loading branch information
TimRoe committed Dec 16, 2023
1 parent 9932271 commit 523d086
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tokens-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:
run: |
echo $FIGMA_FILES_CHANGED
git diff --shortstat figma | wc -l
git status figma --porcelain 2>/dev/null| egrep "^(A| A|M| M|R| R|D| D)" | wc -l
echo "FIGMA_FILES_CHANGED=$(git diff --shortstat figma | wc -l)" >> $GITHUB_ENV
git diff HEAD --name-only figma | wc -l
git git status figma -uall --porcelain 2>/dev/null| egrep "^(A| A|M| M|R| R|D| D)" | wc -l
echo "FIGMA_FILES_CHANGED=$(git diff HEAD --name-only figma | wc -l)" >> $GITHUB_ENV
- name: No changes to `figma` tokens
if: ${{ env.FIGMA_FILES_CHANGED == 0 }}
run: |
Expand Down
Empty file added packages/tokens/figma/new.json
Empty file.
Empty file added packages/tokens/figma/new2.json
Empty file.

0 comments on commit 523d086

Please sign in to comment.