Skip to content

fix: 응원한 떡국 페이지에 응원한 떡국이 안나오는 버그 수정 (#102) #166

fix: 응원한 떡국 페이지에 응원한 떡국이 안나오는 버그 수정 (#102)

fix: 응원한 떡국 페이지에 응원한 떡국이 안나오는 버그 수정 (#102) #166

Workflow file for this run

name: TTEOKGUK
on:
pull_request:
push:
branches:
- 'develop'
- 'master'
jobs:
build:
name: "[CI] Check Gradle Build"
runs-on: ubuntu-latest
steps:
- name: (Set Up) checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.GIT_TOKEN }}
submodules: true
- name: Update Git submodules
run: git submodule update --remote --recursive
- name: (Set Up) Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: (Set Up) Grant Execute permission for gradlew
run: chmod 777 gradlew
- name: (Build) Build with Gradle
run: ./gradlew clean build -i