Skip to content

Implement RTN23 idle-transport detection and the recovery spec points around it #618

Implement RTN23 idle-transport detection and the recovery spec points around it

Implement RTN23 idle-transport detection and the recovery spec points around it #618

name: "Unit and Integration Test: Windows (NetFramework)"
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
check:
runs-on: windows-2022
env:
DOTNET_NOLOGO: true
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
submodules: 'recursive'
persist-credentials: false
- name: Download dotnet framework
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
with:
dotnet-version: |
7.0.410
- name: Download dotnet build-script tools
run: dotnet tool restore
- name: Unit tests
run: ./build.cmd --target=Test.NetFramework.Unit.WithRetry
- name: Integration tests
run: ./build.cmd --target=Test.NetFramework.Integration.WithRetry