Skip to content

Bump Sentry.AspNetCore from 3.14.1 to 4.9.0 #1904

Bump Sentry.AspNetCore from 3.14.1 to 4.9.0

Bump Sentry.AspNetCore from 3.14.1 to 4.9.0 #1904

Workflow file for this run

name: run tests
on:
push
jobs:
test-job:
runs-on: ubuntu-latest
steps:
- name: Setup .NET 6.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: checkout
uses: actions/checkout@v2
with:
submodules: true
# Run all the tests
- name: Run unit tests
working-directory: ntbs-service-unit-tests
run: dotnet test
- name: Run unit tests (EF auditer)
working-directory: EFAuditer-tests
run: dotnet test
- name: Run integration tests
working-directory: ntbs-integration-tests
run: export ASPNETCORE_hostBuilder__reloadConfigOnChange=false; dotnet test