Skip to content

Bump MSTest.TestAdapter in /src/ClashOfClans.Tests.Unit (#135) #155

Bump MSTest.TestAdapter in /src/ClashOfClans.Tests.Unit (#135)

Bump MSTest.TestAdapter in /src/ClashOfClans.Tests.Unit (#135) #155

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@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: "7.0.x"
- name: Unit Tests
working-directory: src
run: dotnet test --filter FullyQualifiedName~ClashOfClans.Tests.Unit