Skip to content

Move to fuzzing with fast-check #518

Move to fuzzing with fast-check

Move to fuzzing with fast-check #518

Workflow file for this run

name: Dash
on:
pull_request:
paths:
- .github/workflows/fuzz-dash.yml
- .github/workflows/reusable-fuzz.yml
- src/internal/unix/dash.js
- test/fuzz/**
push:
paths:
- .github/workflows/fuzz-dash.yml
- .github/workflows/reusable-fuzz.yml
- src/internal/unix/dash.js
- test/fuzz/**
branches:
- main
schedule:
- cron: "15 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-dash.yml

View workflow run for this annotation

GitHub Actions / Dash

Invalid workflow file

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