Skip to content

infra: mise doctor 추가 #7

infra: mise doctor 추가

infra: mise doctor 추가 #7

Workflow file for this run

# .github/workflows/my-project.yml
name: PPAC
on:
push:
branches: [ feature/테스트-workflow-구현 ]
pull_request:
branches: [ feature/테스트-workflow-구현 ]
jobs:
build:
name: test action
runs-on: macos-13
steps:
- uses: actions/checkout@v3
# - uses: maxim-lobanov/setup-xcode@v1
# with:
# xcode-version: '15.4'
- name: Access Available
run: chmod +x Scripts/onboarding.sh
- name: Install Setup Script and Fetch Dependencies
run: ./Scripts/onboarding.sh
- name: check mise
run: mise doctor
- name: Install tuist
run: mise install
- name: Install dependencies
run: mise exec tuist install
- name: Build and Test
run: tuist test PPACIOS-Workspace