Created
December 14, 2022 16:03
-
-
Save PaulRBerg/8b290d9c82d904bd3d27c5fcd7eb60e1 to your computer and use it in GitHub Desktop.
Simple YAML script for caching RPC responses when fork testing with Foundry in GitHub Actions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: "Cache RPC Responses" | |
uses: "actions/cache@v3" | |
with: | |
path: "~/.foundry/cache/rpc/mainnet/16183456" | |
key: "${{ runner.os }}-mainnet-16183456" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment