From: Nick Terrell Date: Mon, 24 Feb 2020 20:36:19 +0000 (-0800) Subject: Update CIFuzz file and turn off dry-run mode X-Git-Tag: v1.4.5^2~92^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2013%2Fhead;p=thirdparty%2Fzstd.git Update CIFuzz file and turn off dry-run mode --- diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bd602bcb5..9309ba92f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,13 +7,14 @@ jobs: - name: Build Fuzzers uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master with: - project-name: 'zstd' - dry-run: true + oss-fuzz-project-name: 'zstd' + dry-run: false - name: Run Fuzzers uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master with: - fuzz-time: 600 - dry-run: true + oss-fuzz-project-name: 'zstd' + fuzz-seconds: 600 + dry-run: false - name: Upload Crash uses: actions/upload-artifact@v1 if: failure()