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 afabde99c4 - Show all commits
+1 -1
View File
@@ -84,7 +84,7 @@ curl -s -o /dev/null -D "$TMPDIR/headers" "$BASE_URL/"
assert_contains "Content-Type text/html" "text/html" "$TMPDIR/headers"
# Test 3: Body contains HTML
assert_contains "Body is HTML" "<html\|<!DOCTYPE" "$TMPDIR/body"
assert_contains "Body is HTML" "<html|DOCTYPE" "$TMPDIR/body"
echo ""
echo "$PASSED/$(($PASSED + $FAILED)) tests passed"