Skip to content

Bring JS onnxruntime-node, onnxruntime-common dependencies up to date… #549

Bring JS onnxruntime-node, onnxruntime-common dependencies up to date…

Bring JS onnxruntime-node, onnxruntime-common dependencies up to date… #549

Workflow file for this run

name: Scala CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '8', '11', '17' ]
steps:
- uses: actions/checkout@v3
- name: Set up Java
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: ${{ matrix.java }}
- name: Run tests
run: sbt test -J-Xmx5G