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 d0108f6 commit 6e94788
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 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 @@ -49,7 +50,7 @@ jobs:
- name: Test CLI
run: |
npm install --global
sh -c '[ "$(npm exec -- uklatn -t DSTU_9112_B мрії мої)" = "mriji moji" ]'
sh -c '[ "$(npx uklatn -t DSTU_9112_B мрії мої)" = "mriji moji" ]'
build-py:
Expand Down

0 comments on commit 6e94788

Please sign in to comment.