Skip to content

Commit 29bb927

Browse files
committed
Provided the default value for tags in Playwright.yml file
1 parent 77e53bf commit 29bb927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
tag:
1111
description: 'Test tag to filter by (e.g., @smoke)'
1212
required: false
13-
default: 'smoke'
13+
default: '@smoke'
1414
browser:
1515
description: 'Browser to run tests on'
1616
required: true

0 commit comments

Comments
 (0)