Skip to content

Feature/move dashboard handler to optuna csproj #6

Feature/move dashboard handler to optuna csproj

Feature/move dashboard handler to optuna csproj #6

Workflow file for this run

name: dotnet optuna tests
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup dotnet
uses: actions/setup-dotnet@v3
with:
dotnet-version: "7.0.x"
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build
- name: Test with the dotnet CLI
run: dotnet test