Skip to content

Commit

Permalink
test py cli
Browse files Browse the repository at this point in the history
  • Loading branch information
paiv committed Nov 10, 2024
1 parent 877a03f commit 8792bd2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,16 @@ jobs:
working-directory: ${{github.workspace}}/python
run: make test

- name: Test CLI
working-directory: ${{github.workspace}}/python
run: |
sh -c '[ "$(python uklatn.py -t DSTU_9112_B мрії мої)" = "mriji moji" ]'
- name: Test CLI pipe
working-directory: ${{github.workspace}}/python
run: |
sh -c '[ "$(echo мрії мої | python uklatn.py -t DSTU_9112_B -f -)" = "mriji moji" ]'
build-swift:
strategy:
Expand Down

0 comments on commit 8792bd2

Please sign in to comment.