Skip to content

chore: Extracted test utilities to a separate project Test.Utils #47

chore: Extracted test utilities to a separate project Test.Utils

chore: Extracted test utilities to a separate project Test.Utils #47

Workflow file for this run

on:
push:
jobs:
CI:
name: Build project
runs-on: [self-hosted, Windows, x64, TwinCAT]
steps:
- name: Checkout source
uses: actions/checkout@v3
- name: Build
shell: pwsh
run: |
.\build.ps1 -Configuration Release
- name: Run tests
shell: pwsh
run: |
dotnet test --configuration Release --no-build --logger "console;verbosity=detailed" .\TwinGet.sln