changed ci
Some checks failed
Create tag and build when new code gets to main / BumpTag (push) Successful in 26s
Create tag and build when new code gets to main / OtherTest (push) Failing after 9m40s
Create tag and build when new code gets to main / Export (push) Successful in 9m16s

This commit is contained in:
2026-04-26 12:45:33 +02:00
parent bb21920488
commit 319cbf722e
2 changed files with 2 additions and 2 deletions

View File

@@ -133,7 +133,7 @@ jobs:
- name: Run C# Tests
env:
GODOT_BIN: godot
GODOT_BIN: /root/bin/godot
shell: bash
run: |
dotnet test --no-build --settings .runsettings --results-directory ./reports --logger "console;verbosity=normal" --logger "trx;LogFileName=results.xml" -- GdUnit4.Parameters="--headless --import --quit"