Skip to content

Bump System.Text.Json from 8.0.0 to 8.0.4 in /DragonFruit.Data in the nuget group across 1 directory #240

Bump System.Text.Json from 8.0.0 to 8.0.4 in /DragonFruit.Data in the nuget group across 1 directory

Bump System.Text.Json from 8.0.0 to 8.0.4 in /DragonFruit.Data in the nuget group across 1 directory #240

Workflow file for this run

name: Unit Tests
on:
pull_request:
branches: master
env:
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: false
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Build
run: dotnet build -c Release
- name: Unit Tests (Roslyn)
run: dotnet test -f net8.0 -c Release --no-build --no-restore --verbosity normal DragonFruit.Data.Roslyn.Tests
- name: Unit Tests
run: dotnet test -f net8.0 -c Release --no-build --no-restore --verbosity normal DragonFruit.Data.Tests