Add language parameter

ref: https://github.com/google/oss-fuzz/pull/5222
This commit is contained in:
Eric Soroos 2021-02-20 12:44:49 +01:00
parent 79b17e4b1a
commit a12aa59e8b

View File

@ -9,12 +9,14 @@ jobs:
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
with:
oss-fuzz-project-name: 'pillow'
language: python
dry-run: false
- name: Run Fuzzers
uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
with:
oss-fuzz-project-name: 'pillow'
fuzz-seconds: 600
language: python
dry-run: false
- name: Upload Crash
uses: actions/upload-artifact@v1