Skip to content

Commit 1de4eb8

Browse files
committed
issue #284
1 parent 742ff93 commit 1de4eb8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
java-version: '21'
2727
distribution: 'temurin'
2828
cache: maven
29-
- name: Build with Maven
30-
run: ./mvnw verify
29+
- name: Build with MavenWrapper
30+
run: ./mvnw -B package
3131

3232
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
3333
- name: Update dependency graph

curation-api/src/test/resources/application.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ spring:
44
username: sa
55
password: password
66
driver-class-name: org.h2.Driver
7+
hikari:
8+
auto-commit: true
79
jpa:
810
show-sql: true
911
hibernate:

0 commit comments

Comments
 (0)