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 3722d74 commit 9e56b59
Showing 1 changed file with 18 additions and 19 deletions.
37 changes: 18 additions & 19 deletions .github/workflows/leets-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,26 @@ on:
- dev

jobs:
build:
runs-on: ubuntu-24.04

steps:
- name: 레포지토리 체크아웃
uses: actions/checkout@v4

- 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
# build:
# runs-on: ubuntu-24.04
#
# steps:
# - name: 레포지토리 체크아웃
# uses: actions/checkout@v4
#
# - 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

deploy:
needs: build
runs-on: self-hosted
steps:
- name: change permission
Expand Down

0 comments on commit 9e56b59

Please sign in to comment.