We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4899409 commit 80d0fe4Copy full SHA for 80d0fe4
.github/workflows/rerun-shards-pwc.yml
@@ -1,4 +1,4 @@
1
-name: demo.playwright.failed-only-shards
+name: failed-only-shards
2
3
on:
4
workflow_dispatch:
@@ -56,9 +56,10 @@ jobs:
56
# env:
57
# DEBUG: "currents,currents:*"
58
if: ${{ always() }}
59
+ # --pw-output-dir is the directory where the test results are stored
60
run: |
61
npx currents cache set \
62
--preset last-run \
- --pw-output-dir basic/test-results \ # This is the directory where the test results are stored
63
+ --pw-output-dir basic/test-results \
64
--matrix-index ${{ matrix.shard }} \
65
--matrix-total ${{ strategy.job-total }}
0 commit comments