Skip to content

feat: redesign test selection cards with expand/collapse and badges #45

feat: redesign test selection cards with expand/collapse and badges

feat: redesign test selection cards with expand/collapse and badges #45

Workflow file for this run

name: Tests
on:
push:
branches: ["*"]
pull_request:
branches: [main, master]
jobs:
test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Restore packages
run: dotnet restore
- name: Build
run: dotnet build -c Release --no-restore
- name: Run tests
run: dotnet test src/SimSteward.Plugin.Tests/SimSteward.Plugin.Tests.csproj -c Release --no-build --logger trx --results-directory TestResults -v normal
- name: Upload test results
uses: actions/upload-artifact@v4
if: always()
with:
name: test-results
path: TestResults/