Skip to content

Fix lipsync not starting when renderer changes #466

Fix lipsync not starting when renderer changes

Fix lipsync not starting when renderer changes #466

name: Tests
on:
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
tests:
runs-on: [ windows-latest ]
steps:
- name: Full Checkout
uses: actions/checkout@v4
with:
clean: true
fetch-depth: 0
persist-credentials: false
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: '10.0.x'
- name: Build
run: dotnet run --project .\engine\Tools\SboxBuild\SboxBuild.csproj -- build --config Developer
- name: Test
run: dotnet run --project .\engine\Tools\SboxBuild\SboxBuild.csproj -- test