Skip to content

[WIP] [DTP-1104] Surface live objects to the end users only when they become valid #1330

[WIP] [DTP-1104] Surface live objects to the end users only when they become valid

[WIP] [DTP-1104] Surface live objects to the end users only when they become valid #1330

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