Skip to content

Commit

Permalink
수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sangkim99 committed Dec 26, 2023
1 parent 3bba241 commit 2467bb6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 54 deletions.
36 changes: 19 additions & 17 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,28 @@ name: Java CI with Gradle

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
branches: [ main ]

permissions:
contents: read
env:
AWS_REGION: ap-northeast-2

jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
with:
arguments: build
- name: Check out source code
uses: actions/checkout@v2


- name: JDK 17 setup
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'corretto'

- name: gradlew chmod
run: chmod +x ./gradlew

- name: Build with Gradle
run: ./gradlew clean build -x test
37 changes: 0 additions & 37 deletions .github/workfolws/ci.yml

This file was deleted.

0 comments on commit 2467bb6

Please sign in to comment.