From a05916f8059723952d89ba5669ed4f8a031fc8c6 Mon Sep 17 00:00:00 2001 From: Joe Zou 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 40ef43c8c1..8eab0bc14d 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 28b12dd950..6f13797fc3 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