diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index e1bbaca..c8dfa53 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -33,8 +33,11 @@ jobs: - name: Install Foundry uses: foundry-rs/foundry-toolchain@v1 - - name: Run hardhat node, deploy contracts (& generate contracts typescript output) - run: yarn chain #& yarn deploy + - name: Run foundry node, deploy contracts (& generate contracts typescript output) + env: + ETHERSCAN_API_KEY: ${{ secrets.ETHERSCAN_API_KEY }} + run: yarn chain & yarn deploy + id: build - name: Run tests run: forge test -vvv