Skip to content

Build/ci cd 분리

Build/ci cd 분리 #3

Workflow file for this run

name: pinit-notification CI
on:
pull_request:
permissions:
contents: read
jobs:
build-test:
runs-on: [arc-runner-set]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup JDK
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: "21"
cache: gradle
- name: Build & Test
run: ./gradlew clean generateProto test build