Skip to content

fix: [ARCH-12345] KIP 601 timeout for connection #1

fix: [ARCH-12345] KIP 601 timeout for connection

fix: [ARCH-12345] KIP 601 timeout for connection #1

Workflow file for this run

# should run jest using pnpm
name: Jest
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 20.x
uses: actions/setup-node@v2
with:
node-version: 30.x
- name: Install dependencies
run: |
corepack add pnpm
pnpm install
- name: Run Jest
run: pnpm test