Skip to content

Commit

Permalink
wip7
Browse files Browse the repository at this point in the history
  • Loading branch information
paiv committed Nov 10, 2024
1 parent 56fcb4e commit ab854ae
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,18 @@ jobs:
- name: Test
run: npm test

- name: Test CLI
- name: Install
run: |
npm install --global git+https://github.com/paiv/uklatn.git#wip
- name: Test CLI
run: |
sh -c '[ "$(npm exec -- uklatn -t DSTU_9112_B мрії мої)" = "mriji moji" ]'
- name: Test import
run: |
echo 'import encode from "uklatn"; encode("імпорт");' | node -
build-py:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ab854ae

Please sign in to comment.