Skip to content

Make the monkey ledger optional #292

Make the monkey ledger optional

Make the monkey ledger optional #292

Workflow file for this run

name: unitary
on: ["push", "pull_request"]
env:
ETHERSCAN_TOKEN: ${{ secrets.ETHERSKEM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WEB3_INFURA_PROJECT_ID: ${{ secrets.INFURA_TOKEN }}
WEB3_ALCHEMY_PROJECT_ID: ${{secrets.ALCHEMY_API_KEY}}
jobs:
unitary:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Cache Compiler Installations
uses: actions/cache@v3
with:
path: |
~/.vvm
key: compiler-cache
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install Hardhat
run: npm ci
- name: Setup Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.10.13
- name: Install Requirements
run: pip install -r requirements.txt
- name: Run Tests
run: ape test