Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal committed Nov 2, 2024
1 parent 750de7d commit a850401
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,13 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/package.json') }}
restore-keys: |
${{ runner.os }}-yarn-
- run: yarn --immutable && yarn build
- run: yarn --immutable && yarn build && git add .
- name: Check if js dist files are current
id: changes
run: |
git status
git diff
git diff --staged
echo "STATUS=$(git status --porcelain)" >> $GITHUB_OUTPUT
- name: No changes found
Expand Down

0 comments on commit a850401

Please sign in to comment.