Skip to content

test

test #3

Workflow file for this run

name: test #531
on:
workflow_dispatch:
jobs:
test:
runs-on: [ubuntu-24.04]
env:
DOTNET_SYSTEM_CONSOLE_ALLOW_ANSI_COLOR_REDIRECTION: 1
steps:
- uses: actions/checkout@v4
timeout-minutes: 1
- uses: actions/setup-dotnet@v4
with:
dotnet-version: "7.0.x"
timeout-minutes: 1
- name: Restore dependencies
run: dotnet restore ./test-proj.csproj
- run: dotnet build --no-restore