Skip to content

[FEAT] 가려진 응원톡 전체 조회하기 #267

[FEAT] 가려진 응원톡 전체 조회하기

[FEAT] 가려진 응원톡 전체 조회하기 #267

Workflow file for this run

name: CI TEST
on:
pull_request:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 저장소 Checkout
uses: actions/checkout@v3
- name: 자바 17 설정
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
- name: 빌드
run: SPRING_PROFILES_ACTIVE=ci ./gradlew test