Skip to content

Commit

Permalink
fix: specify inputs types
Browse files Browse the repository at this point in the history
  • Loading branch information
remdub committed Nov 25, 2024
1 parent 23aa27c commit d6235ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/package-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ on:
python_version:
description: 'Python version'
required: false
type: array
default: ["2.7"]
plone_version:
description: 'Plone version'
required: false
type: array
default: ["4.3"]
matrix_experimental:
description: 'Experimental matrix'
Expand All @@ -28,14 +30,17 @@ on:
soffice:
description: 'Launch soffice'
required: false
type: boolean
default: true
test_command:
description: 'Test command'
required: false
type: string
default: 'bin/test'
install_dependencies_commands:
description: 'Install dependencies commands'
required: false
type: string
default: 'sudo pip install -r requirements-tests.txt'
secrets:
mattermost_webhook_url:
Expand Down

0 comments on commit d6235ec

Please sign in to comment.