Skip to content

Commit e7e8fdb

Browse files
committed
refactor(ci): remove redundant regression test job from CI workflow
1 parent dfcd805 commit e7e8fdb

1 file changed

Lines changed: 0 additions & 31 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -112,37 +112,6 @@ jobs:
112112
with:
113113
github_token: ${{ secrets.GITHUB_TOKEN }}
114114
publish_dir: playwright-report/
115-
regression-test-run:
116-
timeout-minutes: 60
117-
runs-on: ubuntu-latest
118-
needs: critical-test-run
119-
strategy:
120-
fail-fast: false
121-
matrix:
122-
browsers: ['chromium']
123-
greps: ['@LOGIN', '@SIGN_UP', '@SANITY', '@MEN_CATEGORY_SHOP']
124-
steps:
125-
- uses: actions/checkout@v4
126-
- uses: actions/setup-node@v4
127-
with:
128-
node-version: lts/*
129-
- name: Install dependencies
130-
run: npm ci
131-
- name: Install Playwright Browsers
132-
run: npx playwright install --with-deps
133-
- name: Run Playwright tests
134-
run: BASE_URL=${{ env.BASE_URL }} npx playwright test --grep ${{ matrix.greps }} --project=${{ matrix.browsers }}
135-
- uses: actions/upload-artifact@v4
136-
if: always()
137-
with:
138-
name: playwright-report-${{ github.job }}
139-
path: playwright-report/
140-
retention-days: 30
141-
- name: Deploy Playwright report to GitHub Pages
142-
uses: peaceiris/actions-gh-pages@v3
143-
with:
144-
github_token: ${{ secrets.GITHUB_TOKEN }}
145-
publish_dir: playwright-report/
146115

147116
# status_checks:
148117
# name: E2E status checks

0 commit comments

Comments
 (0)