Skip to content

Bump actions/cache from 3 to 4 (#17) #56

Bump actions/cache from 3 to 4 (#17)

Bump actions/cache from 3 to 4 (#17) #56

Workflow file for this run

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