Skip to content

[CHORE] api 모듈 이름을 main-api로 변경 #48

[CHORE] api 모듈 이름을 main-api로 변경

[CHORE] api 모듈 이름을 main-api로 변경 #48

Workflow file for this run

name: whoz in CI
on:
pull_request:
branches:
- main
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'temurin'
- name: Run Tests
run: ./gradlew test