Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hysong4u authored Feb 16, 2024
1 parent bf5b08c commit 9676fbe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ jobs:
uses: gradle/actions/setup-gradle@ec92e829475ac0c2315ea8f9eced72db85bb337a # v3.0.0

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

- name : Comma 서버 실행
run: nohup java -jar comma-0.0.1-SNAPSHOT.jar &


# - name: docker image build
# run: docker build -t hysong4u/comma .
Expand Down

0 comments on commit 9676fbe

Please sign in to comment.