Skip to content

Bump System.Text.Json from 6.0.1 to 8.0.4 in /src/SqsPoller.Extensions.Publisher #130

Bump System.Text.Json from 6.0.1 to 8.0.4 in /src/SqsPoller.Extensions.Publisher

Bump System.Text.Json from 6.0.1 to 8.0.4 in /src/SqsPoller.Extensions.Publisher #130

Workflow file for this run

name: Unit Tests
on:
pull_request:
branches:
master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.100
- name: Run Unit Tests
run: dotnet test ./test/SqsPoller.Tests.Unit/SqsPoller.Tests.Unit.csproj