Skip to content

Bump the all-dependencies group across 1 directory with 3 updates #103

Bump the all-dependencies group across 1 directory with 3 updates

Bump the all-dependencies group across 1 directory with 3 updates #103

Workflow file for this run

name: PR Checks
on:
pull_request:
branches: [ main ]
paths-ignore:
- 'doc/**'
- 'readme.md'
jobs:
build:
runs-on: ubuntu-latest
env:
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: 1
steps:
- uses: actions/checkout@v4
- name: Test
run: dotnet test -c Release
- name: Test - Compiled
run: dotnet test --configuration Release /p:Compiled=true