Skip to content
Snippets Groups Projects
Commit a7abcc1e authored by 邹毅贤's avatar 邹毅贤
Browse files

add more test

parent 43b931e2
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment