Skip to content

[WEAV-22] 서비스 명 변경 (#4) #10

[WEAV-22] 서비스 명 변경 (#4)

[WEAV-22] 서비스 명 변경 (#4) #10

Workflow file for this run

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