ci: add debug gha option
This commit is contained in:
parent
448991d74a
commit
77c907a928
1 changed files with 4 additions and 0 deletions
4
.github/workflows/server-tests.yml
vendored
4
.github/workflows/server-tests.yml
vendored
|
|
@ -160,6 +160,10 @@ jobs:
|
|||
cat $f
|
||||
done
|
||||
|
||||
- name: Setup tmate session
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
if: ${{ contains( github.event.pull_request.labels.*.name, 'debug-gha') }}
|
||||
|
||||
- name: Upload coverage data
|
||||
uses: actions/upload-artifact@v3
|
||||
if: github.event_name != 'pull_request'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue