Skip to content

VAL-255: Add endpoint for streaming for KAPI #344

VAL-255: Add endpoint for streaming for KAPI

VAL-255: Add endpoint for streaming for KAPI #344

Workflow file for this run

name: test
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/[email protected]
- name: Set up node
uses: actions/[email protected]
with:
node-version: 'lts/*'
cache: 'yarn'
- name: Install dependencies
run: yarn install --immutable
- name: Generate types
run: yarn typechain
- name: Run lint
run: yarn lint
- name: Run tests
run: yarn test
- name: Run tests
run: yarn test:e2e
env:
PROVIDERS_URLS: ${{ secrets.PROVIDERS_URLS }}
CHAIN_ID: ${{ secrets.CHAIN_ID }}