We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54f73cb commit 57254f5Copy full SHA for 57254f5
1 file changed
scripts/gha/read_ftl_test_result.py
@@ -56,6 +56,9 @@ def main(argv):
56
if len(argv) > 1:
57
raise app.UsageError("Too many command-line arguments.")
58
59
+ print("=-=-=-=-=")
60
+ print(FLAGS.test_result)
61
62
test_result = json.loads(FLAGS.test_result.strip("'"))
63
tests = []
64
for app in test_result.get("apps"):
0 commit comments