fix: re-enable tests and fix legacy test interface (#208)

* fix: re-enable tests and fix legacy test interface

* fix: skip llamacpp based on installed status

* fix: minor fix
This commit is contained in:
Tuan Anh Nguyen Dang (Tadashi_Cin)
2024-09-04 12:37:39 +07:00
committed by GitHub
parent 92f6b8e1bf
commit 76f2652d2a
15 changed files with 177 additions and 120 deletions

View File

@@ -11,9 +11,9 @@ env:
jobs:
unit-test:
if: false # temporary disable this job due to legacy interface
# if: false # temporary disable this job due to legacy interface
#TODO: enable this job after the new interface is ready
# if: ${{ !cancelled() }}
if: ${{ !cancelled() }}
runs-on: ${{ matrix.os }}
timeout-minutes: 20
defaults: