File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -745,7 +745,7 @@ jobs:
745745
746746 - name : Restore .NET solution
747747 working-directory : sdks/csharp
748- run : dotnet restore --configfile NuGet.Config SpacetimeDB.ClientSDK.sln
748+ run : dotnet restore --configfile NuGet.Config SpacetimeDB.ClientSDK.Godot. sln
749749
750750 # Now, setup the Godot tests.
751751 - name : Patch spacetimedb dependency in Cargo.toml
@@ -795,14 +795,7 @@ jobs:
795795 working-directory : demo/Blackholio/server-rust
796796 run : bash ./generate.sh -y
797797
798- - name : Check Unity bindings for changes
799- run : |
800- tools/check-diff.sh demo/Blackholio/client-unity/Assets/Scripts/autogen || {
801- echo 'Error: Unity bindings are dirty. Please run `demo/Blackholio/server-rust/generate.sh`.'
802- exit 1
803- }
804-
805- - name : Check Godot bindings for changes
798+ - name : Check for changes
806799 run : |
807800 tools/check-diff.sh demo/Blackholio/client-godot/module_bindings || {
808801 echo 'Error: Godot bindings are dirty. Please run `demo/Blackholio/server-rust/generate.sh`.'
You can’t perform that action at this time.
0 commit comments