Skip to content

Commit 97b6e4b

Browse files
committed
tmate [TMP]
1 parent 6e353a3 commit 97b6e4b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/cflite_cron.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
uses: google/clusterfuzzlite/actions/build_fuzzers@main
2727
with:
2828
sanitizer: coverage
29+
- name: Setup tmate session
30+
if: ${{ failure() }}
31+
uses: mxschmitt/action-tmate@v3
2932
- name: Run fuzzing tests
3033
id: run
3134
uses: google/clusterfuzzlite/actions/run_fuzzers@main
@@ -38,6 +41,9 @@ jobs:
3841
storage-repo-branch-coverage: gh-pages
3942
storage-repo-branch: cfl
4043
storage-repo: https://${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/ligurio/lua-c-api-corpus
44+
- name: Setup tmate session
45+
if: ${{ failure() }}
46+
uses: mxschmitt/action-tmate@v3
4147

4248
# Corpus Pruning ("prune").
4349
# Over time, redundant testcases will get introduced into your fuzzer's corpuses
@@ -66,3 +72,6 @@ jobs:
6672
storage-repo-branch-coverage: gh-pages
6773
storage-repo-branch: cfl
6874
storage-repo: https://${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/ligurio/lua-c-api-corpus
75+
- name: Setup tmate session
76+
if: ${{ failure() }}
77+
uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)