Skip to content

Commit

Permalink
chore(test): test
Browse files Browse the repository at this point in the history
  • Loading branch information
borjapazr committed Oct 24, 2023
1 parent c2b4385 commit c814853
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/actions/setup-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,9 @@ runs:
continue-on-error: true
uses: asdf-vm/actions/install@v2

- name: 🗂️ Cache npm dependencies
id: cache-npm
uses: actions/cache@v3
env:
cache-name: cache-npm
cache-path: ~/.npm
with:
path: ${{ env.cache-path }}
key: ${{ runner.os }}-se-${{ env.cache-name }}-${{ hashFiles('**/.tool-versions') }}-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-se-${{ env.cache-name }}-${{ hashFiles('**/.tool-versions') }}-
- name: 📥 Install dependencies
shell: bash
run: npm ci
run: npm ci --verbose

- name: 💎 Generate Prisma models
shell: bash
Expand Down

0 comments on commit c814853

Please sign in to comment.