diff --git a/.github/workflows/4-bb-export.yml b/.github/workflows/4-bb-export.yml index 6569e8a..c44d357 100644 --- a/.github/workflows/4-bb-export.yml +++ b/.github/workflows/4-bb-export.yml @@ -82,7 +82,7 @@ jobs: return 1 fi - # Simple one-line JSON validation + # Check if the response is valid JSON if ! python3 -c "import json,sys; json.load(open('$temp_file'))" 2>/dev/null; then echo "Error: Invalid JSON response" echo "Response content:" diff --git a/export/projects/sample-project/databases/hr_prod/202501201522_select_employee.sql b/export/projects/sample-project/databases/hr_prod/202501201542_select_employee.sql similarity index 100% rename from export/projects/sample-project/databases/hr_prod/202501201522_select_employee.sql rename to export/projects/sample-project/databases/hr_prod/202501201542_select_employee.sql