Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ay-eonii committed Jul 16, 2024
1 parent 2a0bf50 commit 2b2d2e1
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .github/workflows/leets-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,20 @@ jobs:
run: |
sudo chown -R ubuntu:ubuntu /home/ubuntu/actions-runner/_work/Leets-BE
- name: checkout
uses: actions/checkout@v3
- name: 레포지토리 체크아웃
uses: actions/checkout@v4

- name: gradle bootjar
run: |
chmod +x ./gradlew
./gradlew clean build -x test
- name: JDK 17을 설치
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'corretto'

- name: gradlew 권한 부여
run: chmod +x gradlew

- name: Gradle 빌드
run: ./gradlew build

- name: DockerHub 로그인
uses: docker/login-action@v1
Expand Down

0 comments on commit 2b2d2e1

Please sign in to comment.