Add minimal smoke test for GUI image

This commit is contained in:
2026-06-08 22:26:02 -04:00
parent fe30a881b8
commit 7ea2c5c794
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
set -euo pipefail
IMAGE="$1"
echo "PASS: Image built successfully"
echo "1/1 tests passed"