Skip to content

Commit 9e8b331

Browse files
committed
fix(ci): update test tags for E2E and sanity tests in CI workflow
1 parent 5cb0af4 commit 9e8b331

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/actions/e2e-tests/action.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ runs:
1616
- name: 📦 Install dependencies
1717
shell: bash
1818
run: npm ci
19-
working-directory: tests
2019

2120
- name: 📦🌐 Install Playwright dependencies
2221
shell: bash
@@ -25,7 +24,6 @@ runs:
2524
- name: 🎭 Run tests
2625
shell: bash
2726
run: npx playwright test --grep "${{ inputs.test_tags }}"
28-
working-directory: tests
2927

3028
- name: 📤 Upload Playwright report
3129
uses: actions/upload-artifact@v4.3.1

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: run regression tests
4141
uses: ./.github/actions/e2e-tests
4242
with:
43-
test_tags: '@LOGIN|@SIGN_UP'
43+
test_tags: '@LOGIN|@SIGN_UP|@MEN_CATEGORY_SHOPPING'
4444

4545
sanity-test-run:
4646
timeout-minutes: 60
@@ -53,7 +53,7 @@ jobs:
5353
- name: run sanity tests
5454
uses: ./.github/actions/e2e-tests
5555
with:
56-
test_tags: '@LOGIN|@SIGN_UP'
56+
test_tags: '@MEN_CATEGORY_SHOPPING|@SANITY'
5757

5858

5959

0 commit comments

Comments
 (0)