This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
.github: rename crashers output (fuzz-nightly-test) (
#5993
)
pull/6085/head
Anton Kaliaev
4 years ago
parent
197b746f8d
commit
0f58a8470a
1 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-2
.github/workflows/fuzz-nightly.yml
+ 3
- 2
.github/workflows/fuzz-nightly.yml
View File
@ -43,8 +43,9 @@ jobs:
working-directory
:
test/fuzz
run
:
echo "::set-output name=crashers-count::$(find . -type d -name "crashers" | xargs -I % sh -c 'ls % | wc -l' | awk '{total += $1} END {print total}')"
id
:
set-crashers-count
outputs:
crashers_count
:
${{ steps.set-crashers-count.outputs.crashers-count }}
outputs:
crashers-count
:
${{ steps.set-crashers-count.outputs.crashers-count }}
fuzz-nightly-fail:
needs
:
fuzz-nightly-test
Write
Preview
Loading…
Cancel
Save