Skip to content

Commit

Permalink
run with test containers
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Sandor committed Sep 8, 2024
1 parent ee7b494 commit 3416e94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
run: |
cd server/
./gradlew build sonar --info
./gradlew build test sonar --info
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ application {
}

test {
systemProperty 'spring.profiles.active', 'dev'
systemProperty 'spring.profiles.active', 'integration'
useJUnitPlatform()
testLogging.showStandardStreams = true
finalizedBy jacocoTestReport // report is always generated after tests run
Expand Down

0 comments on commit 3416e94

Please sign in to comment.