diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index c0bc08574a2f46788cbe1940dea18c399e31529c..575c3a1415fd6d4ba42b8cf240a32d9698214095 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)