20 lines
554 B
Bash
Executable File
20 lines
554 B
Bash
Executable File
#!/bin/bash
|
|
source "$(dirname "$0")/config.sh"
|
|
|
|
export USE_KERNEL_BROWSER=1
|
|
export TEST_FILE_CONCURRENCY=2
|
|
|
|
BUN_PARALLEL_V2 \
|
|
integration/billing/attach/checkout/stripe-checkout
|
|
# 'integration/billing/migrations' \
|
|
# 'integration/crud/customers' \
|
|
# 'integration/billing/stripe-webhooks' \
|
|
# 'integration/billing/autumn-webhooks' \
|
|
# 'integration/cron' \
|
|
# 'integration/crud/plans' \
|
|
# 'integration/billing/update-subscription' \
|
|
# 'integration/billing/attach' \
|
|
|
|
|
|
# 'integration/billing/attach' \
|
|
# 'integration/cron/one-off-cleanup' \ |