Skip to content

FAILING test in dev env for streaming groups and messages at the same time #870

FAILING test in dev env for streaming groups and messages at the same time

FAILING test in dev env for streaming groups and messages at the same time #870

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v3
# Note: this triggers `prepare` which compiles the types.
- run: yarn install --frozen-lockfile