Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: shard playwright tests into 8 processes
  • Loading branch information
Myestery committed Sep 3, 2025
commit 52453ad33261f5b9ccf690b746a237f5dcc70edc
9 changes: 4 additions & 5 deletions .github/workflows/test-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: echo "key=$(date +%s)" >> $GITHUB_OUTPUT

- name: Save cache
uses: actions/cache/save@v4
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684
with:
path: |
ComfyUI
Expand All @@ -90,7 +90,7 @@ jobs:
run: sleep 10

- name: Restore cached setup
uses: actions/cache/restore@v4
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684
with:
fail-on-cache-miss: true
path: |
Expand Down Expand Up @@ -149,8 +149,7 @@ jobs:
path: blob-report/
retention-days: 1

# Non-sharded tests for other browsers
playwright-tests-other-browsers:
playwright-tests:
needs: setup
runs-on: ubuntu-latest
permissions:
Expand All @@ -164,7 +163,7 @@ jobs:
run: sleep 10

- name: Restore cached setup
uses: actions/cache/restore@v4
uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684
with:
fail-on-cache-miss: true
path: |
Expand Down