Skip to content

[hotfix] 허용 url 변경 #5

[hotfix] 허용 url 변경

[hotfix] 허용 url 변경 #5

Workflow file for this run

name: CI
on:
pull_request:
branches: [ "main" ]
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