Run check in other job
This commit is contained in:
@@ -22,6 +22,8 @@ jobs:
|
|||||||
run: yarn lint
|
run: yarn lint
|
||||||
- name: Type check
|
- name: Type check
|
||||||
run: yarn typecheck
|
run: yarn typecheck
|
||||||
|
- name: Check for i18n
|
||||||
|
run: yarn intl:extract && git diff-index --quiet HEAD || exit 1
|
||||||
testing:
|
testing:
|
||||||
name: Run tests
|
name: Run tests
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -37,5 +39,3 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
yarn test --forceExit
|
yarn test --forceExit
|
||||||
- name: Check for i18n
|
|
||||||
run: yarn intl:extract && git diff-index --quiet HEAD || exit 1
|
|
||||||
|
|||||||
Reference in New Issue
Block a user