Skip to content

single events connection per context #23

single events connection per context

single events connection per context #23

Workflow file for this run

name: Testing
on:
push:
branches: [primary]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npx playwright install-deps
- run: npx playwright install
- run: npm run test --ws --if-present