crypto-janitor
Version:
The Crypto Janitor provides a simple interface for fetching and cleaning crypto account data.
17 lines (15 loc) • 414 B
YAML
language: node_js
node_js:
- 16
cache: npm
script:
- "$(npm bin)/knapsack-pro-jest --runInBand"
env:
global:
- KNAPSACK_PRO_CI_NODE_TOTAL=2
# allows to be able to retry failed tests on one of parallel job (CI node)
- KNAPSACK_PRO_FIXED_QUEUE_SPLIT=true
- KNAPSACK_PRO_TEST_FILE_PATTERN="**/__tests__/*.test.ts"
matrix:
- KNAPSACK_PRO_CI_NODE_INDEX=0
- KNAPSACK_PRO_CI_NODE_INDEX=1