Skip to content

Commit

Permalink
NEW Add phpcoverage_force_off input (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz authored Jun 22, 2022
1 parent ba901ef commit 60d7229
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ on:
phpcoverage:
type: boolean
default: false
phpcoverage_force_off:
type: boolean
default: false
phplinting:
type: boolean
default: true
Expand Down Expand Up @@ -81,6 +84,7 @@ jobs:
simple_matrix: ${{ inputs.simple_matrix }}
endtoend: ${{ inputs.endtoend }}
phpcoverage: ${{ inputs.phpcoverage }}
phpcoverage_force_off: ${{ inputs.phpcoverage_force_off }}
phplinting: ${{ inputs.phplinting }}
phpunit: ${{ inputs.phpunit }}
js: ${{ inputs.js }}
Expand Down

0 comments on commit 60d7229

Please sign in to comment.