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 24ff77c commit 730aba8Copy full SHA for 730aba8
.circleci/config.yml
@@ -12,7 +12,7 @@ jobs:
12
- run: npx playwright install chrome
13
- run:
14
name: Run tests
15
- command: npx pwc --key $CURRENTS_RECORD_KEY --project-id bnsqNa
+ command: SHARD="$((${CIRCLE_NODE_INDEX}+1))"; npx pwc --key $CURRENTS_RECORD_KEY --project-id bnsqNa --shard=${SHARD}/${CIRCLE_NODE_TOTAL}
16
17
# Invoke jobs via workflows
18
workflows:
0 commit comments