Skip to content

Commit

Permalink
[Feat]: ci test 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
bayy1216 committed Aug 26, 2024
1 parent 9a53e62 commit e7b67e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Setup Gradle # Gradle을 설정합니다.
run: |
chmod +x ./gradlew
./gradlew clean build -x test --parallel
./gradlew clean build --parallel
- name: Build docker image # 도커 이미지를 빌드합니다.
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ import org.junit.jupiter.api.Assertions.*
import org.junit.jupiter.api.Tag
import org.springframework.beans.factory.annotation.Autowired
import org.springframework.boot.test.context.SpringBootTest
import org.springframework.transaction.annotation.Transactional

@Tag("medium")
@SpringBootTest
@Transactional
class NovelScoringUseCaseTest @Autowired constructor(
private val novelScoringUseCase: NovelScoringUseCase,
private val novelRepository: NovelRepository,
Expand Down

0 comments on commit e7b67e8

Please sign in to comment.