Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
paiv committed Nov 10, 2024
1 parent 1699398 commit 996adb4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:
jobs:

build-c:
if: 0
strategy:
matrix:
BUILD_TYPE: [Debug, Release]
Expand Down Expand Up @@ -68,11 +69,12 @@ jobs:
- name: Test CLI
working-directory: ${{github.workspace}}/python
run: |
sh -c '[ "$(python uklatn.py -t DSTU_9112_B мрії мої)" = "mriji moji" ]'
sh -c '[ "$(python uklatn.py -t DSTU_9112_B мрії мої)" = "mriji moi" ]'
sh -c '[ "$(echo мрії мої | python uklatn.py -t DSTU_9112_B -f -)" = "mriji moji" ]'
build-swift:
if: 0
strategy:
matrix:
BUILD_TYPE: [debug, release]
Expand Down

0 comments on commit 996adb4

Please sign in to comment.