diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index a20fb8d48bb5e65e8ec1113c60dcb12e8f0393b5..6bc61dbb9313219f75f3ffec3d217d25aa17ff60 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -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)