1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-19 17:07:18 +03: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:
OlegIvaniv 2023-03-06 09:36:05 +01:00 committed by GitHub
parent 1c65bff31d
commit ddfa16cf27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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