Skip to content

chore: install hardhat in GitHub actions #23

chore: install hardhat in GitHub actions

chore: install hardhat in GitHub actions #23

Workflow file for this run

name: test
on: [pull_request, push]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pip'
- run: pip install -r requirements.txt
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm install --save-dev hardhat
- run: ape test