Skip to content

Update CHANGELOG.md #33

Update CHANGELOG.md

Update CHANGELOG.md #33

Workflow file for this run

name: "generate"
on: [push]
jobs:
test:
runs-on: macos-12
env:
MINT_PATH: "~/mint_cache"
steps:
- uses: actions/checkout@v3
- name: Cache Mint
id: cache-mint
uses: actions/cache@v3
with:
path: ~/mint_cache
key: cache
- name: Generate project and run tests
run: |
brew install cookiecutter mint
cookiecutter --no-input -f .
cd Project
mint bootstrap
swift test