Skip to content

[Feature] 화이트 보드 오브젝트/도구 관리 유즈케이스 추가 #21

[Feature] 화이트 보드 오브젝트/도구 관리 유즈케이스 추가

[Feature] 화이트 보드 오브젝트/도구 관리 유즈케이스 추가 #21

Workflow file for this run

name: Domain Test
on:
pull_request:
paths:
- 'Domain/**'
jobs:
Domain_Test:
runs-on: macos-latest
steps:
# 저장소의 코드를 가져옴
- name: Checkout project
uses: actions/checkout@v4
# 도메인 테스트 코드 실행
- name: Run Domain module tests
run: |
xcodebuild \
-workspace AirplaIN.xcworkspace \
-scheme Domain \
-sdk iphonesimulator \
clean test | xcpretty