Test before build
This commit is contained in:
parent
9d9f082b57
commit
a92a5a1cc6
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -72,12 +72,12 @@ jobs:
|
|||||||
- name: Get tesseract
|
- name: Get tesseract
|
||||||
run: python ./share/ci/get_tesseract.py
|
run: python ./share/ci/get_tesseract.py
|
||||||
|
|
||||||
- name: Build
|
|
||||||
run: python ./share/ci/build.py
|
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: python ./share/ci/test.py
|
run: python ./share/ci/test.py
|
||||||
|
|
||||||
|
- name: Build
|
||||||
|
run: python ./share/ci/build.py
|
||||||
|
|
||||||
- name: Create AppImage
|
- name: Create AppImage
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
Reference in New Issue
Block a user