Skip to content

Commit

Permalink
refactor: test어노테이션 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
kimsongmok committed Oct 23, 2024
1 parent e265a41 commit 33643fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ jobs:
run: ./gradlew build
env:
SPRING_PROFILES_ACTIVE: local
MYSQL_DATABASE: ${{ secrets.MYSQL_DATABASE }}
MYSQL_USER: ${{ secrets.MYSQL_USER }}
MYSQL_PASSWORD: ${{ secrets.MYSQL_PASSWORD }}

- name: Run Tests
run: ./gradlew test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;

@SpringBootTest
// @SpringBootTest
class SplanetApplicationTests {

@Test
Expand Down

0 comments on commit 33643fa

Please sign in to comment.