Skip to content

Commit

Permalink
run single suite for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
WunderBart committed Jun 20, 2024
1 parent 5416734 commit 12a8ac7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/end2end-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
strategy:
fail-fast: false
matrix:
part: [1, 2, 3, 4, 5, 6, 7, 8]
totalParts: [8]
part: [1]
totalParts: [1]

steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
run: |
WP_BASE_URL=http://127.0.0.1:9400/ \
xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- \
npm run test:e2e -- --shard=${{ matrix.part }}/${{ matrix.totalParts }}
npm run test:e2e -- buttons.spec.js
- name: Archive debug artifacts (screenshots, traces)
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
Expand Down

0 comments on commit 12a8ac7

Please sign in to comment.