Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Sep 22, 2023
1 parent f0139bc commit cce9660
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
env:
runs_on_pool: ${{ matrix.os }}

- name: 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.

Expand Down Expand Up @@ -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 [email protected] \
Expand Down

0 comments on commit cce9660

Please sign in to comment.