Skip to content

feat(vncscreen component): added missing handling for serververificat… #23

feat(vncscreen component): added missing handling for serververificat…

feat(vncscreen component): added missing handling for serververificat… #23

Workflow file for this run

name: Run automated tests
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- name: npm install, test
run: |
npm install
npm test