mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-23 10:32:17 -08:00
refactor(editor): Add spec input to e2e-tests workflow (no-changelog) (#5622)
refactor(editor): Add spec input to e2e-tests workflow to run specific specs
This commit is contained in:
parent
1c65bff31d
commit
ddfa16cf27
5
.github/workflows/e2e-tests.yml
vendored
5
.github/workflows/e2e-tests.yml
vendored
|
@ -10,6 +10,11 @@ on:
|
|||
description: 'GitHub branch to test.'
|
||||
required: false
|
||||
default: 'master'
|
||||
spec:
|
||||
description: 'Specify specs.'
|
||||
required: false
|
||||
default: 'e2e/*'
|
||||
type: string
|
||||
user:
|
||||
description: 'User who kicked this off.'
|
||||
required: false
|
||||
|
|
Loading…
Reference in a new issue