Skip to content

포인트 게임 히스토리 조회 캐시 삭제 #32

포인트 게임 히스토리 조회 캐시 삭제

포인트 게임 히스토리 조회 캐시 삭제 #32

Workflow file for this run

name: pr-build
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
pr-build:
runs-on : ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: dorny/paths-filter@v2
id: changes
with:
token: ${{ secrets.TOKEN }}
filters: |
application:
- 'build.gradle.kts'
- '**/src/**'
- '**/build.gradle.kts'
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: corretto
java-version: 21
cache: 'gradle'
- name: build
run: |
./gradlew build --parallel