From 43b931e200833212e7bd62de6d6c34f16fbc89fa Mon Sep 17 00:00:00 2001
From: Joe Zou <yixian.zou@gmail.com>
Date: Sat, 23 Jan 2021 20:24:26 +0800
Subject: [PATCH] add more test

---
 integrate_test.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/integrate_test.sh b/integrate_test.sh
index c7cc62a49..28b12dd95 100644
--- a/integrate_test.sh
+++ b/integrate_test.sh
@@ -30,6 +30,7 @@ echo "travis current commit id  -> ${GITHUB_SHA}"
 echo "travis pull request branch -> ${GITHUB_REF}"
 echo "travis pull request slug -> ${GITHUB_REPOSITORY}"
 echo "travis pull request repo slug -> ${GITHUB_REPOSITORY}"
+echo "travis pull request actor -> ${GITHUB_ACTOR}"
 
 
 # #start etcd registry  insecure listen in [:]:2379
-- 
GitLab