Skip to content

Merge pull request #10 from tellor-io/refactor #5

Merge pull request #10 from tellor-io/refactor

Merge pull request #10 from tellor-io/refactor #5

Workflow file for this run

name: Tests
on:
push:
branches:
- main
tags:
- v*
pull_request:
jobs:
Tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Run tests
run: npx hardhat test