Skip to content

spike: observe concurrent calls to fetch height logs #12

spike: observe concurrent calls to fetch height logs

spike: observe concurrent calls to fetch height logs #12

Workflow file for this run

name: Unit Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'yarn'
- name: Install dependencies
run: yarn install
- name: Run tests
run: yarn test