File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed
Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -4,27 +4,27 @@ on: [push]
44
55jobs :
66
7- short_fuzzing :
8- runs-on : ubuntu-latest
9- steps :
10- - name : Build fuzzers
11- id : build
12- uses : google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
13- with :
14- oss-fuzz-project-name : ' uwebsockets'
15- language : c++
16- - name : Run fuzzers
17- uses : google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
18- with :
19- oss-fuzz-project-name : ' uwebsockets'
20- language : c++
21- fuzz-seconds : 600
22- - name : Upload crash
23- uses : actions/upload-artifact@v3
24- if : failure() && steps.build.outcome == 'success'
25- with :
26- name : artifacts
27- path : ./out/artifacts
7+ short_fuzzing :
8+ runs-on : ubuntu-latest
9+ steps :
10+ - name : Build fuzzers
11+ id : build
12+ uses : google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
13+ with :
14+ oss-fuzz-project-name : ' uwebsockets'
15+ language : c++
16+ - name : Run fuzzers
17+ uses : google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
18+ with :
19+ oss-fuzz-project-name : ' uwebsockets'
20+ language : c++
21+ fuzz-seconds : 600
22+ - name : Upload crash
23+ uses : actions/upload-artifact@v3
24+ if : failure() && steps.build.outcome == 'success'
25+ with :
26+ name : artifacts
27+ path : ./out/artifacts
2828
2929 build_windows :
3030 runs-on : windows-latest
You can’t perform that action at this time.
0 commit comments