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 6402de7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
node-version: [18.x, 20.x, 22.x]
es-version: [7.6.1]
jdk-version: [oraclejdk11]
icuTokenizer: [true, false]
icuTokenizer: [true]
steps:
- uses: actions/checkout@v4
- name: Install node.js ${{ matrix.node-version }}
Expand Down
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 6402de7

Please sign in to comment.