Skip to content

Add ability to start shared servers #1234

Add ability to start shared servers

Add ability to start shared servers #1234

Workflow file for this run

name: Test UI
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Set up Node environment
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Install dependencies
run: npm ci
working-directory: ui
- name: Run Vitest Tests
run: npm run test:coverage
working-directory: ui