Skip to content

Bump MongoDB.Bson and MongoDB.Driver #3065

Bump MongoDB.Bson and MongoDB.Driver

Bump MongoDB.Bson and MongoDB.Driver #3065

name: API .NET Testing
on:
push:
branches: [ '**' ]
pull_request:
branches: [ '**' ]
jobs:
build:
runs-on: ubuntu-latest
env:
working-directory: ./api
steps:
- uses: actions/checkout@v6
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: 8.0.x
- name: Test
run: dotnet test --verbosity normal
working-directory: ${{ env.working-directory }}