fix: ci integration tests (#1335)

This commit is contained in:
Eric 2025-10-30 19:38:11 +11:00 committed by GitHub
parent af55a761e6
commit 072bff5cab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 2 additions and 7 deletions

View File

@ -12,11 +12,6 @@ when includes != "":
importAll(includes.split(","))
else:
# import all tests in the integration/ directory
importTests(
currentSourcePath().parentDir() / "integration" / "1_minute", "testpurchasing"
)
importTests(
currentSourcePath().parentDir() / "integration" / "5_minutes", "testsales"
)
importTests(currentSourcePath().parentDir() / "integration")
{.warning[UnusedImport]: off.}

View File

@ -82,7 +82,7 @@ find_tests () {
batch () {
local batch_size=$1
local separator=$2
xargs -n $batch_size bash -c "IFS=\"$separator\"; echo \"\$*\"" _
xargs -n "$batch_size" | sed 's/ /'"$separator"'/g'
}
# outputs a single integration test job