Skip to content

Commit

Permalink
tests: revert some changes
Browse files Browse the repository at this point in the history
mow that we now that the microsoft dep was the mem reason
  • Loading branch information
Apollon77 committed Oct 21, 2024
1 parent e5c4eab commit b86a1db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
node-version: [16.x, 18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm run test-ci
- run: npm run test
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"coveralls": "jest --coverage && cat ./tests/coverage/lcov.info | coveralls",
"lint": "eslint .",
"lintfix": "eslint --fix .",
"test": "eslint --fix . && TZ='Europe/London' jest --silent --coverage --maxWorkers=4 .",
"test-ci": "eslint --fix . && TZ='Europe/London' jest --silent --coverage --maxWorkers=1 --maxConcurrency=1 ."
"test": "eslint --fix . && TZ='Europe/London' jest --silent --coverage --maxWorkers=4 ."
},
"author": {
"email": "[email protected]",
Expand Down Expand Up @@ -58,7 +57,6 @@
"!./packages/express-api-server/src/public/**/**"
],
"coverageDirectory": "coverage",
"testEnvironment": "node",
"workerIdleMemoryLimit": 0.1
"testEnvironment": "node"
}
}

0 comments on commit b86a1db

Please sign in to comment.