Skip to content

Edit github actions #255

Edit github actions

Edit github actions #255

Workflow file for this run

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