Skip to content

Bump MSTest.TestAdapter from 3.2.2 to 3.3.1 in /src/ClashOfClans.Tests.Unit #228

Bump MSTest.TestAdapter from 3.2.2 to 3.3.1 in /src/ClashOfClans.Tests.Unit

Bump MSTest.TestAdapter from 3.2.2 to 3.3.1 in /src/ClashOfClans.Tests.Unit #228

Workflow file for this run

name: tests
on:
push:
paths:
- "src/ClashOfClans/**"
- "src/ClashOfClans.Tests.Unit/**"
branches:
- main
- develop
pull_request:
paths:
- "src/ClashOfClans/**"
- "src/ClashOfClans.Tests.Unit/**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: "8.0.x"
- name: Unit Tests
working-directory: src
run: dotnet test --filter FullyQualifiedName~ClashOfClans.Tests.Unit