Skip to content

Migrate to mise (#208) #267

Migrate to mise (#208)

Migrate to mise (#208) #267

Workflow file for this run

name: "Build project and run tests"
on: [push]
jobs:
test:
runs-on: macos-15
steps:
- uses: actions/checkout@v1
- name: Generate project and run tests
run: |
brew install cookiecutter mise fastlane &&
mise settings set experimental true &&
mise activate --shims &&
cookiecutter --no-input -f . &&
cd Project &&
mise install &&
fastlane scan