diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 604adb384d16a5..8cc6daff4fd92d 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -20,6 +20,11 @@ jobs: env: runs_on_pool: ${{ matrix.os }} + - run: debug with tmate + uses: mxschmitt/action-tmate@v3 + with: + detached: true + # The following is copy/edited from vapier/coverity-scan-action because # that composite Action currently only supports Linux. @@ -125,7 +130,7 @@ jobs: run: tar -czvf cov-int.tgz cov-int - name: submit results to Coverity Scan run: | - curl \ + echo curl \ --form token="$TOKEN" \ --form email="${{ secrets.COVERITY_SCAN_EMAIL }}" \ --form file=@cov-int.tgz \