Skip to content

feat: add written quizzes #199

feat: add written quizzes

feat: add written quizzes #199

Triggered via pull request June 23, 2026 05:12
@SalintSalint
synchronize #416
written-quiz
Status Success
Total duration 54s
Artifacts

backend-tests.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test: backend/Application.Tests/Services/QuizServiceTests.cs#L21
Cannot convert null literal to non-nullable reference type.
test: backend/Application/Services/PlanEnforcementService.cs#L56
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, BillingPlanConfig>.TryGetValue(string key, out BillingPlanConfig value)'.
test: backend/Application/Services/PlanEnforcementService.cs#L38
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, BillingPlanConfig>.TryGetValue(string key, out BillingPlanConfig value)'.
test: backend/Application/Services/PlanEnforcementService.cs#L20
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, BillingPlanConfig>.TryGetValue(string key, out BillingPlanConfig value)'.