Skip to content

Commit

Permalink
fix: continue on error - stop running appliation on EC2
Browse files Browse the repository at this point in the history
  • Loading branch information
Grantzile committed Jan 13, 2025
1 parent eb47155 commit fbbfba2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ jobs:
echo "Killing process $PID..."
kill -9 $PID
fi"
continue-on-error: true

# 6. 빌드된 JAR 파일을 EC2로 업로드
- name: Upload JAR to EC2
Expand Down

0 comments on commit fbbfba2

Please sign in to comment.