Skip to content

Add dependency on node-testkit to make unit tests work #13

Add dependency on node-testkit to make unit tests work

Add dependency on node-testkit to make unit tests work #13

Workflow file for this run

name: Check PR
on:
pull_request:
jobs:
check-pr:
name: Check PR
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
cache: 'sbt'
- name: Check PR
run: sbt --batch "compile;test"