Skip to content

[WEAV-14] github action deploy config #21

[WEAV-14] github action deploy config

[WEAV-14] github action deploy config #21

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