Skip to content

Commit ac22eb8

Browse files
Update cpp.yml
1 parent 327fc06 commit ac22eb8

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

.github/workflows/cpp.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,27 @@ on: [push]
44

55
jobs:
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

0 commit comments

Comments
 (0)