Skip to content

fix CI test

fix CI test #11

Workflow file for this run

name: Run tests
on: [push]
jobs:
ci:
runs-on: ubuntu-latest
name: Hardhat unit test (forked network)
env: # Set environment variables for all steps in this job
GH_TOKEN: ${{ secrets.github_token }}
FORK_TESTING_ENABLED: true
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '20.x'
- run: npm ci
- run: npx hardhat test test-forked/*.ts