Skip to content

chore(deps): bump MSTest.TestAdapter from 3.6.4 to 3.7.0 #3704

chore(deps): bump MSTest.TestAdapter from 3.6.4 to 3.7.0

chore(deps): bump MSTest.TestAdapter from 3.6.4 to 3.7.0 #3704

name: Unittests
on: [push, pull_request]
jobs:
unittest:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet-version: ["8.0.401", "9"]
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ matrix.dotnet-version }}
- name: Run Tests
run: dotnet test --configuration Release