Skip to content

Merge pull request #105 from Quafadas/genMathMl #84

Merge pull request #105 from Quafadas/genMathMl

Merge pull request #105 from Quafadas/genMathMl #84

Workflow file for this run

name: Tests
on:
push:
branches: [ '**' ]
pull_request:
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: coursier/setup-action@v1
with:
jvm: 'adopt:11'
apps: sbt
- name: Run tests
run: sbt "project domtypesJVM" test "project domtypesJS" +test