Skip to content

test: Start ojo unit test implementation with mock axelar setup #6

test: Start ojo unit test implementation with mock axelar setup

test: Start ojo unit test implementation with mock axelar setup #6

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/*
- 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-contract