Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/soulive-A/Backend
Browse files Browse the repository at this point in the history
  • Loading branch information
sominyun committed Feb 25, 2024
2 parents 241a0a4 + 81c086b commit 33a2a79
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Build with Gradle
run: ./gradlew build
shell: bash # ci는 여기까지
shell: bash # ci는 여기까지 //jar

## docker build & push to production
- name: Docker build & push to prod
Expand Down
26 changes: 13 additions & 13 deletions src/test/java/com/backend/soullive_a/SoulliveAApplicationTests.java
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
//package com.backend.soullive_a;
//
//import org.junit.jupiter.api.Test;
//import org.springframework.boot.test.context.SpringBootTest;
//
//@SpringBootTest
//class SoulliveAApplicationTests {
//
// @Test
// void contextLoads() {
// }
//
//}
package com.backend.soullive_a;

import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;

@SpringBootTest
class SoulliveAApplicationTests {

@Test
void contextLoads() {
}

}

0 comments on commit 33a2a79

Please sign in to comment.