Skip to content

Commit

Permalink
Update tests-e2e.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-o authored Dec 6, 2024
1 parent 7c924a1 commit 6de1905
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tests-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 6de1905

Please sign in to comment.