test(e2e): improve hardhat configuration (#6650)

build: cache hardhat cache
This commit is contained in:
Zach Pomerantz 2023-05-25 11:53:39 -07:00 committed by GitHub
parent 1ba796a895
commit 2415a1e3cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -137,6 +137,13 @@ jobs:
name: build-e2e
path: build
- uses: actions/cache@v3
id: hardhat-cache
with:
path: cache
key: ${{ runner.os }}-hardhat-${{ hashFiles('hardhat.config.js') }}-${{ github.run_id }}
restore-keys: ${{ runner.os }}-hardhat-${{ hashFiles('hardhat.config.js') }}-
- uses: cypress-io/github-action@v4
with:
install: false