Skip to content

Commit af82eb5

Browse files
committed
Clean test
1 parent a440269 commit af82eb5

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff 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`.'

0 commit comments

Comments
 (0)