Skip to content

Move browser agents to the compas_pb v1 wire format #13

Move browser agents to the compas_pb v1 wire format

Move browser agents to the compas_pb v1 wire format #13

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci
- name: Generate protobuf bundle
run: npm run proto:update
- name: Run tests
run: npm test