hoftix: webView alert 형식 디코딩해서 맞춤 #168
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .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 |