Update CI workflow

This commit is contained in:
Lukhnos Liu 2022-02-01 18:43:59 -08:00
parent 55971131f0
commit 59d6ace3e5
1 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,12 @@ jobs:
- name: Run McBopomofoLMLibTest
run: make runTest
working-directory: Source/Engine/build
- name: Build MandarinTest
run: cmake -S . -B build
working-directory: Source/Engine/Mandarin
- name: Run MandarinTest
run: make runTest
working-directory: Source/Engine/Mandarin/build
- name: Test McBopomofo App Bundle
run: xcodebuild -scheme McBopomofo -configuration Debug test
- name: Test CandidateUI