Skip to content

feat: web 디버깅용 추가작업(textfield변경, 앱 사용성 개선, close 명령어 처리, 쿠키 보내는 쪽 수정) #114

feat: web 디버깅용 추가작업(textfield변경, 앱 사용성 개선, close 명령어 처리, 쿠키 보내는 쪽 수정)

feat: web 디버깅용 추가작업(textfield변경, 앱 사용성 개선, close 명령어 처리, 쿠키 보내는 쪽 수정) #114

Workflow file for this run

# .github/workflows/my-project.yml
name: MOIT
on:
pull_request:
branches: [ develop ]
jobs:
build:
name: test action
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Install Tuist
run: curl -Ls https://install.tuist.io | bash
- name: Access Available
run: chmod +x Scripts/setup_remote.sh
- name: Install Setup Script and Fetch Dependencies
run: ./Scripts/setup_remote.sh
- name: Build and Test
run: tuist test MOIT-Workspace