Commit 2415a1e3 authored by Zach Pomerantz's avatar Zach Pomerantz Committed by GitHub

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

build: cache hardhat cache
parent 1ba796a8
...@@ -137,6 +137,13 @@ jobs: ...@@ -137,6 +137,13 @@ jobs:
name: build-e2e name: build-e2e
path: build 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 - uses: cypress-io/github-action@v4
with: with:
install: false install: false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment