Skip to content

Commit 56a4119

Browse files
committed
Use actual directory path
1 parent fe999b8 commit 56a4119

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.yamato/desktop-standalone-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ desktop_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
9595
# Install rust
9696
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
9797
# Build the echo server
98-
- cd ./mps-common-multiplayer-backend && $HOME/.cargo/bin/cargo build --example ngo_echo_server
98+
- cd ./mps-common-multiplayer-backend/runtime && $HOME/.cargo/bin/cargo build --example ngo_echo_server
9999
# Run the echo server in the background - this will reuse the artifacts from the build
100-
- cd ./mps-common-multiplayer-backend && $HOME/.cargo/bin/cargo run --example ngo_echo_server &
100+
- cd ./mps-common-multiplayer-backend/runtime && $HOME/.cargo/bin/cargo run --example ngo_echo_server &
101101
{% endif %}
102102

103103
# Run Standalone tests

0 commit comments

Comments
 (0)