Skip to content

Commit

Permalink
fix: headless
Browse files Browse the repository at this point in the history
  • Loading branch information
jolexxa committed Sep 16, 2023
1 parent d32d775 commit d40324f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
GODOT="$(dotnet ../../GodotEnv/bin/Debug/net6.0/Chickensoft.GodotEnv.dll godot env get)"
dotnet build
$GODOT --run-tests --quit-on-finish
$GODOT --headless --run-tests --quit-on-finish
echo "✅ Built and executed .NET test project."
Expand Down

0 comments on commit d40324f

Please sign in to comment.