Skip to content

[feat] 마이핑글 참여 완료/예정 번개 리스트 api 생성 #70

[feat] 마이핑글 참여 완료/예정 번개 리스트 api 생성

[feat] 마이핑글 참여 완료/예정 번개 리스트 api 생성 #70

Workflow file for this run

name: CI
on:
pull_request:
branches: [ "develop" ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'corretto'
- name: create secret config file
run: |
cd src/main/resources
echo "${{ secrets.APPLICATION }}" > ./application-dev.yml
- name: build with gradle
run: |
chmod +x gradlew
./gradlew clean build -x test