Skip to content

Commit 730aba8

Browse files
committed
use shards
1 parent 24ff77c commit 730aba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- run: npx playwright install chrome
1313
- run:
1414
name: Run tests
15-
command: npx pwc --key $CURRENTS_RECORD_KEY --project-id bnsqNa
15+
command: SHARD="$((${CIRCLE_NODE_INDEX}+1))"; npx pwc --key $CURRENTS_RECORD_KEY --project-id bnsqNa --shard=${SHARD}/${CIRCLE_NODE_TOTAL}
1616

1717
# Invoke jobs via workflows
1818
workflows:

0 commit comments

Comments
 (0)