Skip to content

Commit

Permalink
Update Github Actions file
Browse files Browse the repository at this point in the history
  • Loading branch information
alphatroya committed May 8, 2024
1 parent 8fae061 commit 6536a93
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 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 &&
brew install cookiecutter rbenv &&
rbenv install &&
cookiecutter --no-input -f . &&
cd Project &&
make test

0 comments on commit 6536a93

Please sign in to comment.