Skip to content

Commit

Permalink
fix: java 버전 수정 테스트를 위한 커밋
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 committed Dec 13, 2024
1 parent 31d6e94 commit d595e01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ecs-dev-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: DEV - Deploy to Amazon ECS DEV

on:
push:
branches:
pull_request:
- dev
workflow_dispatch:
env:
Expand Down Expand Up @@ -31,11 +31,11 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Set up JDK 17
- name: Set up JDK 18
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
java-version: '18'
cache: gradle

- name: Configure AWS credentials
Expand Down

0 comments on commit d595e01

Please sign in to comment.