Commit edec459
authored
stop showing Fuzz action failure on success (#6833)
Annoyingly, our Fuzz CI action always shows as failing even when it's
succeeding:
<img width="1356" height="961" alt="image"
src="https://github.com/user-attachments/assets/4bf98e7d-8249-41b6-84d4-8b2b9abcf448"
/>
We're checking for the wrong thing to determine if there were crashes.
The `artifacts` dir is always created when you run the fuzzer.
We should be checking if there are any crash files in there.
Signed-off-by: Andrew Duffy <andrew@a10y.dev>1 parent 4cbfb33 commit edec459
1 file changed
Lines changed: 10 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
| 122 | + | |
| 123 | + | |
127 | 124 | | |
128 | | - | |
129 | | - | |
130 | | - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
131 | 129 | | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
137 | 134 | | |
138 | 135 | | |
139 | 136 | | |
| |||
0 commit comments