Test before build

This commit is contained in:
Gres 2020-03-27 19:39:39 +03:00
parent 9d9f082b57
commit a92a5a1cc6

View File

@ -72,12 +72,12 @@ jobs:
- name: Get tesseract
run: python ./share/ci/get_tesseract.py
- name: Build
run: python ./share/ci/build.py
- name: Test
run: python ./share/ci/test.py
- name: Build
run: python ./share/ci/build.py
- name: Create AppImage
if: runner.os == 'Linux'
shell: bash