Skip to content

API: Move JsVector, change a bunch of methods and factories #9

API: Move JsVector, change a bunch of methods and factories

API: Move JsVector, change a bunch of methods and factories #9

Workflow file for this run

name: Tests
on:
push:
branches: [ '**' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "18"
- name: Setup JVM
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
- name: Run tests
run: sbt +test