Skip to content

Commit

Permalink
[CHORE] Github Actions 시 Maven 빌드로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kyukong committed Feb 21, 2024
1 parent bc82ee2 commit b609b19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
echo "${{ secrets.APPLICATION_LOCAL }}" > src/main/resources/application-local.properties
echo "${{ secrets.APPLICATION_DEV }}" > src/main/resources/application-dev.properties
- name: Build with Gradle
run: ./gradlew build -x test
- name: Build with Maven
run: mvn -e clean package -DskipTests

- name: Docker build and push
run: |
Expand Down

0 comments on commit b609b19

Please sign in to comment.