changed ci
This commit is contained in:
@@ -133,7 +133,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Run C# Tests
|
- name: Run C# Tests
|
||||||
env:
|
env:
|
||||||
GODOT_BIN: godot
|
GODOT_BIN: /root/bin/godot
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
dotnet test --no-build --settings .runsettings --results-directory ./reports --logger "console;verbosity=normal" --logger "trx;LogFileName=results.xml" -- GdUnit4.Parameters="--headless --import --quit"
|
dotnet test --no-build --settings .runsettings --results-directory ./reports --logger "console;verbosity=normal" --logger "trx;LogFileName=results.xml" -- GdUnit4.Parameters="--headless --import --quit"
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
<GdUnit4>
|
<GdUnit4>
|
||||||
<!-- Additional Godot runtime parameters. These are passed to the Godot executable when running tests.-->
|
<!-- Additional Godot runtime parameters. These are passed to the Godot executable when running tests.-->
|
||||||
<Parameters>"--verbose"</Parameters>
|
<Parameters>"--verbose --headless --import --quit"</Parameters>
|
||||||
|
|
||||||
<!-- Controls the display name format of test cases in the test results.
|
<!-- Controls the display name format of test cases in the test results.
|
||||||
Allowed values:
|
Allowed values:
|
||||||
|
|||||||
Reference in New Issue
Block a user