Skip to content

feat : condition stiudy #1

feat : condition stiudy

feat : condition stiudy #1

Workflow file for this run

name: BE CI for Dev
on:
workflow_dispatch:
pull_request:
branches: [ "develop" ]
jobs:
build:
runs-on: ubuntu-latest
# defaults:
# run:
# working-directory: ./backend
steps:
- name : TEST
run: echo HELLO
# - name: Checkout code
# uses: actions/checkout@v4
#
# - name: Set up JDK 17
# uses: actions/setup-java@v4
# with:
# distribution: 'temurin'
# java-version: '17'
#
# - name: Grant execute permission for gradlew
# run: chmod +x gradlew
#
# - name: Build with Gradle
# run: ./gradlew build