Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
retorquere committed Apr 6, 2024
1 parent c47b7d6 commit 2cb506e
Show file tree
Hide file tree
Showing 22,238 changed files with 832,355 additions and 743,716 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
"no-bitwise": "error",
"no-caller": "error",
"no-cond-assign": "off",
"no-console": "off",
"no-console": "error",
"no-control-regex": "off",
"no-debugger": "error",
"no-empty": [
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,13 @@ jobs:
- name: install node dependencies
run: npm install

- run: npm test --sentence-case=${{ matrix.sentencecase }} --case-protection=${{ matrix.caseprotection }} --preserve-quoted=${{ matrix.preservequoted }} --big
- uses: jsdaniell/create-json@v1
with:
name: "runtests.json"
json: '{"sentenceCase": "${{ matrix.sentencecase }}", "caseProtection": "${{ matrix.caseprotection }}", "preserveQuoted": ${{ matrix.preservequoted }}, "big": true}'
dir: 'test/'

- run: npm test

release:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 2cb506e

Please sign in to comment.