Skip to content

Commit

Permalink
test : CI/CD test #6
Browse files Browse the repository at this point in the history
배포 성공
  • Loading branch information
Ciel-azure authored Mar 20, 2023
2 parents 2d984f2 + 031d705 commit 227d4b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Java CI with Gradle
on:
pull_request:
branches: [ "main" ]
#push:
##push:
#branches: [ "main" ]


Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
run: chmod +x ./gradlew
working-directory: ${{ env.working-directory }}
- name: Build with Gradle
run: ./gradlew clean build --debug
run: ./gradlew clean build
working-directory: ${{ env.working-directory }}

- name: Check Build Files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
@SpringBootTest
class ServerApplicationTests {

@Test
void contextLoads() {
}
// @Test
// void contextLoads() {
// }
}

0 comments on commit 227d4b2

Please sign in to comment.