Skip to content

Bump MSTest.TestAdapter from 3.6.3 to 3.6.4 in /test #142

Bump MSTest.TestAdapter from 3.6.3 to 3.6.4 in /test

Bump MSTest.TestAdapter from 3.6.3 to 3.6.4 in /test #142

Workflow file for this run

---
name: Test on Windows
on:
push:
branches-ignore:
- "main"
pull_request:
branches-ignore:
- "main"
env:
GH_TOKEN: ${{ secrets.token }}
jobs:
test:
name: Test on Windows
runs-on: windows-latest
steps:
- name: Checkout ${{ github.repository }} repository
uses: actions/checkout@v4
with:
repository: ${{ github.repository }}
ref: ${{ github.ref }}
token: ${{ env.GH_TOKEN }}
- name: Run test
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.x'
- run: dotnet test test/test.csproj