Run download-test-cases in CI
This commit is contained in:
parent
4e2f60b5b8
commit
b2101553b1
|
@ -23,6 +23,8 @@ jobs:
|
|||
|
||||
- name: Unit tests
|
||||
run: yarn test:unit
|
||||
- name: Download spec tests
|
||||
run: yarn download-test-cases
|
||||
- name: Spec tests
|
||||
run: yarn test:spec
|
||||
- name: Web tests
|
||||
|
|
Reference in New Issue