Skip to content

Commit

Permalink
fix : test.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
zomeong committed Jan 15, 2024
1 parent 325aafe commit 582db82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
NAVER_API_SECRET: ${{ secrets.NAVER_API_SECRET }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2
- name: Run chmod to make gradlew executable
run: chmod +x ./gradlew

- name: Java Setup
uses: actions/setup-java@v3
uses: actions/setup-java@v1
with:
java-version: '17'
distribution: 'temurin'
Expand Down

0 comments on commit 582db82

Please sign in to comment.