Skip to content

Commit 2d0f0c1

Browse files
committed
update yml to run different set of tests
1 parent 271a764 commit 2d0f0c1

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
@@ -27,7 +27,7 @@ jobs:
2727
run: npx playwright install --with-deps
2828

2929
- name: Run Cucumber tests
30-
run: npx cucumber-js --tags "@registration"
30+
run: npx cucumber-js --tags "@addToCart"
3131

3232
- uses: actions/upload-artifact@v4
3333
if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)