Skip to content

Commit a489489

Browse files
hm23sjvans
andauthored
chore: rm legacy cds^7 and sqlite tests (#147)
Current pipeline and "required" checks need to be adapted, but cds and cds-dk 9 are not yet avaliable. --------- Co-authored-by: D050513 <sebastian.van.syckel@sap.com>
1 parent 3eb3a1b commit a489489

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
node-version: [22.x, 20.x]
23-
cds-version: [8, 7]
23+
cds-version: [8]
2424
steps:
2525
- uses: actions/checkout@v2
2626
- name: Use Node.js ${{ matrix.node-version }}

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414
],
1515
"scripts": {
1616
"lint": "npx eslint .",
17-
"test": "npm run test-new-db && npm run test-old-db",
18-
"test-new-db": "CDS_ENV='better-sqlite' npx jest --silent",
19-
"test-old-db": "CDS_ENV='legacy-sqlite' npx jest --silent"
17+
"test": "npx jest --silent"
2018
},
2119
"peerDependencies": {
2220
"@sap/cds": ">=8"
@@ -27,8 +25,7 @@
2725
"axios": "^1",
2826
"eslint": "^9",
2927
"express": "^4",
30-
"jest": "^29",
31-
"sqlite3": "^5.1.6"
28+
"jest": "^29"
3229
},
3330
"cds": {
3431
"requires": {

0 commit comments

Comments
 (0)