Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Update README.md to add new logo #43

Update README.md to add new logo

Update README.md to add new logo #43

name: Build and Test contracts
on:
- push
- pull_request
jobs:
build-and-test-contracts:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
cache: yarn
- name: Install node dependencies
run: yarn install
- name: Build and test contracts
env:
ETH_INFURA_RPC_URL: ${{ secrets.ETH_INFURA_RPC_URL }}
run: |
yarn hardhat compile
yarn hardhat test