Skip to content

Bump System.Text.Json from 7.0 to 8.0.4 in /src/Anexia.BDP.CloudLog #73

Bump System.Text.Json from 7.0 to 8.0.4 in /src/Anexia.BDP.CloudLog

Bump System.Text.Json from 7.0 to 8.0.4 in /src/Anexia.BDP.CloudLog #73

Workflow file for this run

name: "Run tests"
on: [ push, pull_request ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET SDKs
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
5.0.x
6.0.x
7.0.x
- name: Dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --no-restore --verbosity normal