Skip to content

Add Seperate WebSocket DNS #8534

Add Seperate WebSocket DNS

Add Seperate WebSocket DNS #8534

Workflow file for this run

name: Deploy Tests
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
permissions:
contents: read
jobs:
test:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v6
with:
ref: ${{github.event.pull_request.head.sha || github.sha}}
- uses: actions/setup-node@v6
with:
node-version: 24
registry-url: https://registry.npmjs.org/
- name: Install
run: npm install
- name: Lint
run: npm run lint