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 9f0b78e commit 093c568Copy full SHA for 093c568
.github/workflows/unit.yml
@@ -51,7 +51,7 @@ jobs:
51
52
- run: yarn install --frozen-lockfile --network-timeout 1000000
53
- run: yarn build-report
54
- - run: yarn update:sample-json
+ - run: yarn i18n:collect-strings
55
- run: yarn reset-link
56
57
# Since Ubuntu 23, dev builds of Chromium need this.
@@ -88,6 +88,8 @@ jobs:
88
- name: yarn test-viewer
89
run: yarn build-viewer && bash $GITHUB_WORKSPACE/.github/scripts/test-retry.sh yarn test-viewer
90
91
+ - run: git add -A && git diff --cached --exit-code
92
+
93
- name: Upload failures
94
if: failure()
95
uses: actions/upload-artifact@v4
0 commit comments