Skip to content

Commit

Permalink
Perform project cleanup (#202)
Browse files Browse the repository at this point in the history
* Perform project cleanup

* Update Github Actions file

* Specify ruby version

* Downgrade to ruby 3.0.6

* Update github actions
  • Loading branch information
alphatroya authored May 8, 2024
1 parent c074f91 commit 5505c6b
Show file tree
Hide file tree
Showing 13 changed files with 164 additions and 36 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,12 @@ jobs:
steps:
- uses: actions/checkout@v1

- name: Cache Mint
id: cache-mint
uses: actions/cache@v3
with:
path: ~/mint_cache
key: cache

- name: Generate project and run tests
run: |
export PATH=~/.rbenv/shims:"$PATH"
brew install cookiecutter rbenv mint &&
rbenv install 2.7.7 && rbenv global 2.7.7 &&
rbenv install 3.0.6 &&
cookiecutter --no-input -f . &&
cd Project &&
make test
Loading

0 comments on commit 5505c6b

Please sign in to comment.