Skip to content

Commit

Permalink
chore: pnu-univ-miryang-campus-build 삭제 및 run 명령어 추가
Browse files Browse the repository at this point in the history
- `Set up JDK 17` steps에
    - run: chmod +x gradlew
    - run: ./gradlew clean build test
    명령어 추가
  • Loading branch information
ki-met-hoon authored Feb 19, 2024
1 parent 64db365 commit c723246
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/deploy-to-aws-eb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c723246

Please sign in to comment.