Skip to content

Move to fuzzing with fast-check #535

Move to fuzzing with fast-check

Move to fuzzing with fast-check #535

Workflow file for this run

name: CMD
on:
pull_request:
paths:
- .github/workflows/fuzz-cmd.yml
- .github/workflows/reusable-fuzz.yml
- src/internal/win/cmd.js
- test/fuzz/**
push:
paths:
- .github/workflows/fuzz-cmd.yml
- .github/workflows/reusable-fuzz.yml
- src/internal/win/cmd.js
- test/fuzz/**
branches:
- main
schedule:
- cron: "5 2 * * *"
workflow_dispatch: ~
permissions: read-all
jobs:
fuzz:
name: Fuzz
uses: ericcornelissen/shescape/.github/workflows/reusable-fuzz.yml@main

Check failure on line 26 in .github/workflows/fuzz-cmd.yml

View workflow run for this annotation

GitHub Actions / CMD

Invalid workflow file

The workflow is not valid. .github/workflows/fuzz-cmd.yml (Line: 26, Col: 11): Input duration is required, but not provided while calling. .github/workflows/fuzz-cmd.yml (Line: 28, Col: 19): Invalid input, iterations is not defined in the referenced workflow.
with:
iterations: 10000
os: windows-2022
shell: cmd.exe
targets: '["exec", "exec-file", "spawn"]'