If regression tests empty continue (#290)

This commit is contained in:
merwanehamadi
2023-08-11 18:30:47 -07:00
committed by GitHub
parent 1560892c58
commit af7a456e00

View File

@@ -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