Skip to content

Commit 80d0fe4

Browse files
committed
..
1 parent 4899409 commit 80d0fe4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/rerun-shards-pwc.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: demo.playwright.failed-only-shards
1+
name: failed-only-shards
22

33
on:
44
workflow_dispatch:
@@ -56,9 +56,10 @@ jobs:
5656
# env:
5757
# DEBUG: "currents,currents:*"
5858
if: ${{ always() }}
59+
# --pw-output-dir is the directory where the test results are stored
5960
run: |
6061
npx currents cache set \
6162
--preset last-run \
62-
--pw-output-dir basic/test-results \ # This is the directory where the test results are stored
63+
--pw-output-dir basic/test-results \
6364
--matrix-index ${{ matrix.shard }} \
6465
--matrix-total ${{ strategy.job-total }}

0 commit comments

Comments
 (0)