Fix Mac CI build (#3054)
* Dummy change * Reorder tests * Move successful-build test earlier
This commit is contained in:
Родитель
fef148cb68
Коммит
e7896a4de8
|
@ -37,6 +37,9 @@ jobs:
|
||||||
- name: Delete NOTICE.txt
|
- name: Delete NOTICE.txt
|
||||||
run: rm ${{ github.workspace }}/NOTICE.txt
|
run: rm ${{ github.workspace }}/NOTICE.txt
|
||||||
|
|
||||||
|
- name: Run successful-build test
|
||||||
|
run: yarn extensionTestsSuccessfulBuild
|
||||||
|
|
||||||
- name: Run backend tests
|
- name: Run backend tests
|
||||||
run: yarn backendTests
|
run: yarn backendTests
|
||||||
|
|
||||||
|
@ -46,9 +49,6 @@ jobs:
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
run: yarn unitTests
|
run: yarn unitTests
|
||||||
|
|
||||||
- name: Run successful-build test
|
|
||||||
run: yarn extensionTestsSuccessfulBuild
|
|
||||||
|
|
||||||
- name: Run single root test
|
- name: Run single root test
|
||||||
run: yarn extensionTestsSingleRoot
|
run: yarn extensionTestsSingleRoot
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче