From e6bc7d8fb022a1a63c3316b97f0ec857d12ba1ec Mon Sep 17 00:00:00 2001 From: Nikita Date: Thu, 12 Dec 2024 10:59:46 +0300 Subject: [PATCH] Update tests-e2e.yml (#213) --- .github/workflows/tests-e2e.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests-e2e.yml b/.github/workflows/tests-e2e.yml index 197c4ba2..e02a8fdd 100644 --- a/.github/workflows/tests-e2e.yml +++ b/.github/workflows/tests-e2e.yml @@ -17,14 +17,11 @@ concurrency: jobs: playwright: - name: Playwright - ${{ matrix.part }} + name: Playwright runs-on: ubuntu-latest if: ${{ github.repository == 'nk-crew/visual-portfolio' || github.event_name == 'pull_request' }} strategy: fail-fast: false - matrix: - part: [1, 2, 3, 4] - totalParts: [4] steps: - uses: actions/checkout@v4 @@ -45,4 +42,4 @@ jobs: - name: Run the tests run: | - xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npm run test:e2e -- --shard=${{ matrix.part }}/${{ matrix.totalParts }} + xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npm run test:e2e