Skip to content

Commit 093c568

Browse files
committed
hmm
1 parent 9f0b78e commit 093c568

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/unit.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
- run: yarn install --frozen-lockfile --network-timeout 1000000
5353
- run: yarn build-report
54-
- run: yarn update:sample-json
54+
- run: yarn i18n:collect-strings
5555
- run: yarn reset-link
5656

5757
# Since Ubuntu 23, dev builds of Chromium need this.
@@ -88,6 +88,8 @@ jobs:
8888
- name: yarn test-viewer
8989
run: yarn build-viewer && bash $GITHUB_WORKSPACE/.github/scripts/test-retry.sh yarn test-viewer
9090

91+
- run: git add -A && git diff --cached --exit-code
92+
9193
- name: Upload failures
9294
if: failure()
9395
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)