Skip to content

fix healthcheck user #6

fix healthcheck user

fix healthcheck user #6

Workflow file for this run

name: Build
on:
push:
branches:
- master
- develop
workflow_dispatch:
env:
FRAMEWORK: net8.0
CONFIGURATION: Debug
DOTNET_CLI_TELEMETRY_OPTOUT: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run tests
run: dotnet test --configuration $CONFIGURATION Estimmo.Test/Estimmo.Test.csproj