Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceLiZhixin committed Jun 15, 2021
1 parent ef4a9cb commit 6f9343a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
- name: Integrate Test
run: |
chmod +x ./example/integrate_test.sh && ./example/integrate_test.sh ${{github.event.pull_request.head.repo.full_name}} ${{github.event.pull_request.head.sha}}
cd ./example/
./integrate_test.sh
- name: Post Coverage
run: bash <(curl -s https://codecov.io/bash)

0 comments on commit 6f9343a

Please sign in to comment.