Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
waldekmastykarz committed Sep 15, 2024
1 parent 33220d7 commit 5029def
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ jobs:
# we run coverage only on Node that was used to build
if: matrix.nodeRun == matrix.nodeBuild
run: npm test
env:
DEBUG: eslint:cli-engine
- name: Test without coverage
# we want to run tests on older Node versions to ensure that code works
if: matrix.nodeRun != matrix.nodeBuild
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"build": "tsc -p . && node scripts/write-all-commands.js && node scripts/copy-files.js",
"watch": "tsc -w -p .",
"clean": "rimraf ./dist",
"test": "npm run test:version && time npm run lint && npm run test:cov",
"test": "npm run test:version && npm run lint && npm run test:cov",
"test:version": "node scripts/check-version.js",
"test:cov": "c8 npm run test:test",
"test:test": "mocha",
"lint": "DEBUG=eslint:cli-engine eslint --ext .ts src --cache --cache-strategy content"
"lint": "eslint --ext .ts src --cache --cache-strategy content"
},
"keywords": [
"adaptive card",
Expand Down

0 comments on commit 5029def

Please sign in to comment.