From 0df43d80b2dde4805be8899702c464fad3972ef8 Mon Sep 17 00:00:00 2001 From: Roderik van der Veer Date: Thu, 15 Aug 2024 14:44:36 +0200 Subject: [PATCH] chore: add caching --- .github/workflows/solidity.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/solidity.yml b/.github/workflows/solidity.yml index 39ac833..cb5cece 100644 --- a/.github/workflows/solidity.yml +++ b/.github/workflows/solidity.yml @@ -70,11 +70,18 @@ jobs: runs-on: namespace-profile-btp-scs steps: - name: Checkout - uses: actions/checkout@v4 + uses: namespacelabs/nscloud-checkout-action@v5 with: submodules: recursive token: ${{ secrets.PAT_TOKEN }} + - name: Setup caches + uses: namespacelabs/nscloud-cache-action@v1 + with: + path: | + ./node_modules + ~/.npm + - name: Install Foundry uses: foundry-rs/foundry-toolchain@v1 with: