Skip to content

[feat] 소개글 검증 API 기능 개발 #1

[feat] 소개글 검증 API 기능 개발

[feat] 소개글 검증 API 기능 개발 #1

Workflow file for this run

name: Gongbaek CI
on:
pull_request:
branches: [ "main"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Set up Jdk 21
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '21'
cache: 'gradle'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Test with Gradle
run: ./gradlew --info test
- name: Publish Test Results
uses : EnricoMi/publish-unit-test-result-action@v2
if: always()
with:

Check failure on line 30 in .github/workflows/gongbaek-ci.yml

View workflow run for this annotation

GitHub Actions / Gongbaek CI

Invalid workflow file

The workflow is not valid. .github/workflows/gongbaek-ci.yml (Line: 30, Col: 14): Unexpected value ''