Skip to content

feat: Proxy CL interface #90

feat: Proxy CL interface

feat: Proxy CL interface #90

Workflow file for this run

name: Tests
on:
pull_request:
push:
branches:
- main
- release/**
jobs:
test-unit-contract:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v3
- uses: technote-space/[email protected]
with:
PATTERNS: |
contracts/*
test/*
.github/workflows/tests.yml
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: '18.x'
- name: Install packages
run: |
yarn install
- name: Test Contracts
if: env.GIT_DIFF
run: |
make test-unit