Skip to content

Commit 237d60c

Browse files
authored
Adopt cap js postgres 1.3.1 (#254)
+ Adopt patch 1.3.1 for https://www.npmjs.com/package/@cap-js/postgres + Enable tests for this branch
1 parent 7fca5aa commit 237d60c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/maven.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ name: Java CI with Maven
55

66
on:
77
push:
8-
branches: [ main ]
8+
branches:
9+
- main
10+
- postgres
911
pull_request:
10-
branches: [ main ]
12+
branches:
13+
- main
14+
- postgres
1115

1216
jobs:
1317
build:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"repository": "https://github.com/SAP-samples/cloud-cap-samples-java.git",
77
"devDependencies": {
88
"@sap/cds-dk": "^7.2",
9-
"@cap-js/postgres": "~1.2"
9+
"@cap-js/postgres": "~1.3"
1010
}
1111
}

0 commit comments

Comments
 (0)