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 7aebacc commit b73d559
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,13 @@ jobs:
steps:
- uses: actions/checkout@v3
name: Run chmod to make gradlew executable
run: chmod +x ./gradlew

- name: Java Setup
uses: actions/setup-java@v3
with:
java-version: '17'

- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Start Redis
uses: supercharge/redis-github-action@1.1.0
with:
Expand Down

0 comments on commit b73d559

Please sign in to comment.