We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750de7d commit a850401Copy full SHA for a850401
.github/workflows/test.yaml
@@ -47,10 +47,13 @@ jobs:
47
key: ${{ runner.os }}-yarn-${{ hashFiles('**/package.json') }}
48
restore-keys: |
49
${{ runner.os }}-yarn-
50
- - run: yarn --immutable && yarn build
+ - run: yarn --immutable && yarn build && git add .
51
- name: Check if js dist files are current
52
id: changes
53
run: |
54
+ git status
55
+ git diff
56
+ git diff --staged
57
echo "STATUS=$(git status --porcelain)" >> $GITHUB_OUTPUT
58
59
- name: No changes found
0 commit comments