Skip to content

feat: move to WS API v2 #2514

feat: move to WS API v2

feat: move to WS API v2 #2514

Workflow file for this run

name: Unit test
on: [pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/setup-node
- name: Unit tests with Node ${{ env.NODE_VERSION }}
run: yarn run test-coverage