Skip to content

임시 JPA Auditing 설정 - createdBy, updatedBy #4

임시 JPA Auditing 설정 - createdBy, updatedBy

임시 JPA Auditing 설정 - createdBy, updatedBy #4

Workflow file for this run

name: Hertz Server - CI
on:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Setup application properties file for test
run: echo "${{ secrets.APPLICATION_PROPERTIES_TEST }}" > ./src/main/resources/application-test.properties
- name: Setup environment variables
run: echo "${{ secrets.ENV_PROPERTIES_PROD }}" > ./src/main/resources/env.properties
- name: Build with Gradle
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
with:
arguments: build