Skip to content

Commit

Permalink
Skip the non-icu tests
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejulius committed Feb 6, 2025
1 parent 4e18e87 commit 2b02a22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
os:
- ubuntu-22.04
node-version: [18.x, 20.x, 22.x]
icuTokenizer: [true, false]
icuTokenizer: [true]
steps:
- uses: actions/checkout@v4
- name: Install node.js ${{ matrix.node-version }}
Expand All @@ -22,4 +22,4 @@ jobs:
jq -n '{ schema: { icuTokenizer: true } }' > $(pwd)/config-icu.json
export PELIAS_CONFIG=$(pwd)/config-icu.json
fi
npm run test
npm run test

0 comments on commit 2b02a22

Please sign in to comment.