Skip to content

Bugfix: Set NetLogo jar unmanaged when set to file path #33

Bugfix: Set NetLogo jar unmanaged when set to file path

Bugfix: Set NetLogo jar unmanaged when set to file path #33

Workflow file for this run

name: build-and-test
on:
push:
workflow_dispatch:
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: olafurpg/setup-scala@v10
with:
java-version: [email protected]
- run: sbt -v update compile
- run: sbt -v scripted