Skip to content

chore(deps): update codecov/codecov-action action to v3.1.6 (#24) #79

chore(deps): update codecov/codecov-action action to v3.1.6 (#24)

chore(deps): update codecov/codecov-action action to v3.1.6 (#24) #79

Workflow file for this run

name: "generate"
on: [push]
jobs:
test:
runs-on: macos-14
env:
MINT_PATH: "~/mint_cache"
steps:
- uses: actions/checkout@v5
- 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