cache translation compilation action step

This commit is contained in:
Samuel Newman
2025-11-19 14:47:45 +02:00
parent 1565e071c1
commit 3eac554633
7 changed files with 77 additions and 22 deletions
+6 -2
View File
@@ -34,7 +34,9 @@ jobs:
- name: Prettier check
run: yarn prettier --check .
- name: Check & compile i18n
run: yarn intl:build
uses: ./.github/actions/build-translations
with:
check-for-errors: 'true'
- name: Type check
run: yarn typecheck
testing:
@@ -55,7 +57,9 @@ jobs:
attempt_limit: 3
attempt_delay: 2000
- name: Check & compile i18n
run: yarn intl:build
uses: ./.github/actions/build-translations
with:
check-for-errors: 'true'
- name: Run tests
run: |
NODE_ENV=test yarn test --forceExit