chore(ci): update Tinybird CI workflow (#11033)
Added a new job to check for changed files before executing the CI workflow. Integrated Tinybird local service, updated environment variables, and refined the CI steps for better functionality and clarity.
This commit is contained in:
@ -56,3 +56,6 @@ find ./tests -name "*.test" -print0 | xargs -0 -I {} -P 4 bash -c 'run_test "$@"
|
||||
if [ $fail == 1 ]; then
|
||||
exit -1;
|
||||
fi
|
||||
|
||||
|
||||
echo "DELETE ME - I'M HERE TO TRIGGER THE CI - 1"
|
||||
Reference in New Issue
Block a user