Skip to content

updated test for rank level and name #138

updated test for rank level and name

updated test for rank level and name #138

Workflow file for this run

name: Unit Tests
on:
push:
branches: ["main"]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: "21"
distribution: "temurin"
cache: "sbt"
- name: Run unit tests
run: sbt oni/test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MUNIT_FLAKY_OK: "true"