File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments