Skip to content

[Feat] #40 - 검색뷰 UI 구현 #96

[Feat] #40 - 검색뷰 UI 구현

[Feat] #40 - 검색뷰 UI 구현 #96

Workflow file for this run

# This workflow will build a Swift project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift
name: Swift
on:
push:
branches: [ develop, main ]
pull_request:
branches: [ develop, main, feat, setting ]
jobs:
build:
runs-on: macos-latest
steps:
- name: 🥖Checkout source code🥖
uses: actions/checkout@v2
- name: Build test
run: |
xcodebuild build -project ./GEON-PPANG-iOS.xcodeproj -scheme GEON-PPANG-iOS -destination "platform=iOS Simulator,name=iPhone 13,OS=latest"