Skip to content

Merge branch 'fix/iltrimming-warnings' #133

Merge branch 'fix/iltrimming-warnings'

Merge branch 'fix/iltrimming-warnings' #133

Workflow file for this run

name: tests
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
# Checkout the code
- uses: actions/checkout@v4
# Install .NET SDK
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
8.0.x
# Invoke tests
- name: Invoke tests
run: dotnet test -p:TypeScriptCompileBlocked=true