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 3782c60 commit 3722d74
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/leets-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@ jobs:
needs: build
runs-on: self-hosted
steps:
- name: change permission
run: |
sudo chown -R ubuntu:ubuntu /home/ubuntu/actions-runner/_work/leets-be
- name: gradle bootjar
uses: actions/checkout@v3
run: |
chmod +x ./gradlew
./gradlew clean build -x test
- name: DockerHub 로그인
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit 3722d74

Please sign in to comment.