From 6536a93b2d80d9b75ddfce83aebeaf3057283711 Mon Sep 17 00:00:00 2001 From: Alexey Korolev Date: Wed, 8 May 2024 09:30:21 +0300 Subject: [PATCH] Update Github Actions file --- .github/workflows/generate.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index 8159ca1..f859f8a 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -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