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 35e8552 commit 6795fd0
Showing 1 changed file with 1 addition 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,6 +71,6 @@ jobs:
- name: Integrate Test
run: |
cd example && chmod +x ./start_integrate_test.sh && ./start_integrate_test.sh
cd example && chmod +x ./start_integrate_test.sh && chmod +x ./integrate_test.sh && ./start_integrate_test.sh
- name: Post Coverage
run: bash <(curl -s https://codecov.io/bash)

0 comments on commit 6795fd0

Please sign in to comment.