chore: Add some tests
Some checks failed
CI / Get Changed Files (pull_request) Successful in 7s
Pull Request Labeler / labeler (pull_request_target) Successful in 7s
Label PRs based on size / Check PR size (pull_request) Failing after 12s
Claude PR Review / claude-code (pull_request) Successful in 24s
CI / oxlint (pull_request) Successful in 29s
CI / Docker frontend validation (pull_request) Successful in 31s
CI / eslint (pull_request) Successful in 45s
CI / prettier (pull_request) Successful in 47s
CI / test-build (pull_request) Successful in 1m33s
CI / Checkstyle Main (pull_request) Successful in 2m30s
CI / Docker backend validation (pull_request) Successful in 2m29s
CI / Backend Tests (pull_request) Successful in 3m26s
CI / Playwright (pull_request) Failing after 7m45s

This commit is contained in:
Jan K9f 2025-06-04 11:24:49 +02:00
commit f73084cdba
13 changed files with 203 additions and 15 deletions

View file

@ -55,6 +55,7 @@ dependencies {
runtimeOnly("io.jsonwebtoken:jjwt-impl:0.12.6")
runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.12.6")
implementation("org.springframework.boot:spring-boot-starter-mail")
runtimeOnly("com.h2database:h2")
}
tasks.withType<Test> {