Skip to content

[DTP-954, DTP-956] Add support for applying incoming state operations outside of STATE_SYNC sequence #1224

[DTP-954, DTP-956] Add support for applying incoming state operations outside of STATE_SYNC sequence

[DTP-954, DTP-956] Add support for applying incoming state operations outside of STATE_SYNC sequence #1224

Workflow file for this run

name: Test (react hooks)
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 20
- run: npm ci
- run: npm run test:react