mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-25 01:44:28 +01:00
If regression tests empty continue (#290)
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -218,7 +218,6 @@ jobs:
|
||||
# Check if the exit code was 5, and if so, exit with 0 instead
|
||||
if [ $EXIT_CODE -eq 5 ]; then
|
||||
echo "regression_tests.json is empty."
|
||||
exit 0
|
||||
fi
|
||||
|
||||
${prefix}agbenchmark start --mock
|
||||
|
||||
Reference in New Issue
Block a user