feat: migrate to 4-job CI pipeline with tests #3

Merged
jcabillot merged 9 commits from feat/gitea-actions-v2 into master 2026-06-08 18:46:53 -04:00
Showing only changes of commit 15544e6e9a - Show all commits
+4
View File
@@ -70,6 +70,10 @@ if [ "$READY" = false ]; then
exit 1
fi
echo "Updating TT-RSS database schema..."
docker exec "$CONTAINER_NAME" php /var/www/ttrss/update.php --update-schema 2>&1 || true
sleep 2
# Test 1: HTTP status
STATUS=$(curl -s -o "$TMPDIR/body" -w '%{http_code}' "$BASE_URL/")
echo "HTTP status: $STATUS"