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 b73d559 commit ffc8222
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,25 @@ jobs:

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

- name: Java Setup
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
server-id: github

- name: Start Redis
uses: supercharge/redis-github-action@1.1.0
with:
redis-version: 6

- name: Build with Gradle
run: |
./gradlew build -x test
- name: Test with Gradle
run: |
./gradlew test
Expand Down

0 comments on commit ffc8222

Please sign in to comment.