Skip to content

Merge pull request #2241 from ably/ECO-5728/fix-presence-auto-reenter #2412

Merge pull request #2241 from ably/ECO-5728/fix-presence-auto-reenter

Merge pull request #2241 from ably/ECO-5728/fix-presence-auto-reenter #2412

Workflow file for this run

name: Test (react hooks)
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
with:
submodules: 'recursive'
persist-credentials: false
- uses: actions/setup-node@f1f314fca9dfce2769ece7d933488f076716723e # v1
with:
node-version: 20
- run: npm ci
- run: npm run test:react