Skip to content

Commit 0df43d8

Browse files
committed
chore: add caching
1 parent 61ad0eb commit 0df43d8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/solidity.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,18 @@ jobs:
7070
runs-on: namespace-profile-btp-scs
7171
steps:
7272
- name: Checkout
73-
uses: actions/checkout@v4
73+
uses: namespacelabs/nscloud-checkout-action@v5
7474
with:
7575
submodules: recursive
7676
token: ${{ secrets.PAT_TOKEN }}
7777

78+
- name: Setup caches
79+
uses: namespacelabs/nscloud-cache-action@v1
80+
with:
81+
path: |
82+
./node_modules
83+
~/.npm
84+
7885
- name: Install Foundry
7986
uses: foundry-rs/foundry-toolchain@v1
8087
with:

0 commit comments

Comments
 (0)