Skip to content

ci: Updated CI.yml to run test in Release config #13

ci: Updated CI.yml to run test in Release config

ci: Updated CI.yml to run test in Release config #13

Workflow file for this run

on:
push:
jobs:
CI:
name: Build project
runs-on: [self-hosted, Windows, x64, TwinCAT]
steps:
- uses: actions/checkout@v3
with:
dotnet-version: '7.x'
- run: .\build.ps1
- run: dotnet test --configuration Release --no-build .\TwinGet.sln