Skip to content

Commit a850401

Browse files
committed
debug
1 parent 750de7d commit a850401

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,13 @@ jobs:
4747
key: ${{ runner.os }}-yarn-${{ hashFiles('**/package.json') }}
4848
restore-keys: |
4949
${{ runner.os }}-yarn-
50-
- run: yarn --immutable && yarn build
50+
- run: yarn --immutable && yarn build && git add .
5151
- name: Check if js dist files are current
5252
id: changes
5353
run: |
54+
git status
55+
git diff
56+
git diff --staged
5457
echo "STATUS=$(git status --porcelain)" >> $GITHUB_OUTPUT
5558
5659
- name: No changes found

0 commit comments

Comments
 (0)