From c723246660dff5dbc5fee01d0b636d6006b70b72 Mon Sep 17 00:00:00 2001 From: KimSehoon <101192772+ki-met-hoon@users.noreply.github.com> Date: Tue, 20 Feb 2024 03:00:31 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20pnu-univ-miryang-campus-build=20?= =?UTF-8?q?=EC=82=AD=EC=A0=9C=20=EB=B0=8F=20run=20=EB=AA=85=EB=A0=B9?= =?UTF-8?q?=EC=96=B4=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - `Set up JDK 17` steps에 - run: chmod +x gradlew - run: ./gradlew clean build test 명령어 추가 --- .github/workflows/deploy-to-aws-eb.yml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/.github/workflows/deploy-to-aws-eb.yml b/.github/workflows/deploy-to-aws-eb.yml index 3ba253c..cfaae88 100644 --- a/.github/workflows/deploy-to-aws-eb.yml +++ b/.github/workflows/deploy-to-aws-eb.yml @@ -14,23 +14,18 @@ permissions: contents: read jobs: - pnu-univ-miryang-campus-build: - runs-on: windows-latest + deploy-to-aws-eb: + runs-on: ubuntu-latest + steps: - uses: actions/checkout@v3 - - uses: actions/setup-java@v3 + - name: Set up JDK 17 + uses: actions/setup-java@v3 with: java-version: '17' distribution: 'temurin' - run: chmod +x gradlew - run: ./gradlew clean build test - - deploy-to-aws-eb: - needs: pnu-univ-miryang-campus-build - - runs-on: ubuntu-latest - - steps: - name: Build with Gradle uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1 with: