Skip to content

Commit

Permalink
fix: start.sh 빌드명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JuwoongKim committed Jul 18, 2024
1 parent 837e900 commit ac1e847
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,14 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew

# Gradle build (Test 제외)
- name: Build with Gradle
run: ./gradlew clean build -x test

# 압축 파일 만들기
- name: Make Zip File
run: zip -qq -r $GITHUB_SHA.zip . -x '*.git*' -x 'build/*' -x 'node_modules/*'
run: zip -qq -r ./$GITHUB_SHA.zip .
shell: bash

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
Expand Down
13 changes: 0 additions & 13 deletions src/test/java/com/newdeal/ledger/LedgerApplicationTests.java

This file was deleted.

0 comments on commit ac1e847

Please sign in to comment.