mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-11 08:23:45 +00:00
feat(multiplayer): wire ranked profile runtime policy
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
# Real authenticated ranked-profile response verification. The shared gate
|
||||
# keeps the existing fresh-player 404 path as its default and enables this
|
||||
# populated durable-rating fixture only for this explicit variant.
|
||||
root_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
||||
cd "$root_dir"
|
||||
RANKED_SMOKE=1 bash scripts/verify_control_plane_integration.sh
|
||||
Reference in New Issue
Block a user