Skip to content

Commit

Permalink
chore: add caching
Browse files Browse the repository at this point in the history
  • Loading branch information
roderik committed Aug 15, 2024
1 parent 61ad0eb commit 0df43d8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/solidity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0df43d8

Please sign in to comment.