[WEAV-15] Open API Generator 를 통한 네트워크 레이어 구축 (#5) #12
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
name: unitTest | |
on: | |
push: | |
branches: [ "develop" ] | |
pull_request: | |
branches: [ "develop" ] | |
jobs: | |
run-unitTest: | |
runs-on: macos-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Install Mise | |
run: | | |
curl https://mise.run | sh | |
mise install | |
- name: Install Tuist dependencies | |
run: mise x -- tuist install | |
- name: Run tests | |
run: mise x -- tuist test three-days-UnitTest --no-selective-testing |