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

---
 .github/workflows/github-actions.yml | 2 +-
 integrate_test.sh                    | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml
index 40ef43c8c..8eab0bc14 100644
--- a/.github/workflows/github-actions.yml
+++ b/.github/workflows/github-actions.yml
@@ -71,7 +71,7 @@ jobs:
 
     - name: Integrate Test
       run: |
-        chmod +x integrate_test.sh && ./integrate_test.sh
+        chmod +x integrate_test.sh && ./integrate_test.sh ${{github.event.pull_request.head.repo.full_name}}
 
     - name: Post Coverage
       run: bash <(curl -s https://codecov.io/bash)
diff --git a/integrate_test.sh b/integrate_test.sh
index 28b12dd95..6f13797fc 100644
--- a/integrate_test.sh
+++ b/integrate_test.sh
@@ -31,6 +31,7 @@ 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}"
+echo "travis pull request repo param -> $1"
 
 
 # #start etcd registry  insecure listen in [:]:2379
-- 
GitLab