Skip to content

[feat] dev, prod 서버 분리 #217

[feat] dev, prod 서버 분리

[feat] dev, prod 서버 분리 #217

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@v4
with:
token: ${{ secrets.GIT_SECRET }}
submodules: true
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'corretto'
- name: build with gradle
run: |
chmod +x gradlew
./gradlew clean build -x test