Skip to content

Commit

Permalink
Stop Integration Test
Browse files Browse the repository at this point in the history
  • Loading branch information
cityiron committed Feb 21, 2021
1 parent 4da8511 commit c89648e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ jobs:
run: |
make verify
- name: Integrate Test
run: |
chmod +x integrate_test.sh && ./integrate_test.sh ${{github.event.pull_request.head.repo.full_name}} ${{github.event.pull_request.head.sha}}
# - name: Integrate Test
# run: |
# chmod +x integrate_test.sh && ./integrate_test.sh ${{github.event.pull_request.head.repo.full_name}} ${{github.event.pull_request.head.sha}}

- name: Post Coverage
run: bash <(curl -s https://codecov.io/bash)
Expand Down

0 comments on commit c89648e

Please sign in to comment.