Skip to content

impl: creating pairs & placing orders on the contract #2

impl: creating pairs & placing orders on the contract

impl: creating pairs & placing orders on the contract #2

name: Test Smart Contracts
on:
push:
paths:
- 'contracts/**'
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'npm'
- run: corepack enable pnpm
- run: pnpm install --prefix contracts/
- run: npm run build --prefix contracts/
- run: npm run test --prefix contracts/