mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-19 15:03:45 +08:00
Update sw.yml
This commit is contained in:
parent
3ea9cfbc95
commit
dba5093702
4
.github/workflows/sw.yml
vendored
4
.github/workflows/sw.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
|
||||
- name: test
|
||||
if: matrix.os != 'windows-latest'
|
||||
run: ./sw -static -shared -config d,r test -Dwith-tests=1 -Dskip-tests=lstm,lstm_.*
|
||||
run: ./sw -static -shared -config d,r test -Dwith-tests=1 -Dskip-tests=lstm,lstm_recode
|
||||
|
||||
- name: Upload Unit Test Results
|
||||
if: always()
|
||||
@ -57,7 +57,7 @@ jobs:
|
||||
path: artifacts
|
||||
|
||||
- name: Publish Unit Test Results
|
||||
if: matrix.os != 'windows-latest'
|
||||
if: matrix.os == 'ubuntu-20.04'
|
||||
uses: EnricoMi/publish-unit-test-result-action@v1.6
|
||||
with:
|
||||
check_name: Unit Test Results
|
||||
|
Loading…
Reference in New Issue
Block a user