Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "Add step to clear cache"
This reverts commit 0da6e06.
  • Loading branch information
gantunesr committed May 17, 2023
commit 4f6737a1304e2d3c5f3b62ade6f3fe86e6b336c8
7 changes: 0 additions & 7 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ on:
workflow_call:

jobs:
clear_cache:
name: Clear cache
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

prepare:
name: Prepare
runs-on: ubuntu-latest
Expand Down