Skip to content

Commit

Permalink
fix: Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kjungw1025 authored Jul 23, 2024
1 parent 3ae41da commit 842d915
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
echo $PROPERTIES | base64 --decode > application.yml
shell: bash

- name: Build with Gradle
- name: Setup Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
with:
argumnets: build

- name: Build with Gradle Wrapper
run: ./gradlew build

0 comments on commit 842d915

Please sign in to comment.