Skip to content

ECO-3777: Feat info openfort #9

ECO-3777: Feat info openfort

ECO-3777: Feat info openfort #9

Workflow file for this run

name: Eco Contracts Libs CI(pnpm, hardhat)
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
branches:
- "**"
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 9.15.2
run_install: false
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Run tests
run: pnpm hardhat test