Skip to content

feat: 전자정부 프레임워크 국제화 및 YAML 기반 프로퍼티 자동화 구현 #15

feat: 전자정부 프레임워크 국제화 및 YAML 기반 프로퍼티 자동화 구현

feat: 전자정부 프레임워크 국제화 및 YAML 기반 프로퍼티 자동화 구현 #15

Workflow file for this run

name: build-test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'adopt'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml -Dmaven.test.skip=true
- name: list artifact
run: ls -laR target