Skip to content

Commit

Permalink
add more test
Browse files Browse the repository at this point in the history
  • Loading branch information
zouyx committed Jan 23, 2021
1 parent 43b931e commit a7abcc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions integrate_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a7abcc1

Please sign in to comment.