Skip to content

Ensure tests pass with system language other than English #56

Ensure tests pass with system language other than English

Ensure tests pass with system language other than English #56

Workflow file for this run

name: build-and-test
on:
push:
workflow_dispatch:
env:
LIBERICA_URL: https://download.bell-sw.com/java/17.0.3+7/bellsoft-jdk17.0.3+7-linux-amd64-full.tar.gz
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: olafurpg/setup-scala@v10
with:
java-version: liberica@17=tgz+${{ env.LIBERICA_URL }}
# Since we don't have a proper way to specify "extension deps" for NetLogo, we have to do this to
# get them installed stand-alone. -Jeremy B April 2022
- run: sbt -v update compile test:compile "test:runMain org.nlogo.workspace.ExtensionInstaller csv table"
- run: sbt -v test