Skip to content

Use GITHUB_TOKEN authentication on workflows #1125

Use GITHUB_TOKEN authentication on workflows

Use GITHUB_TOKEN authentication on workflows #1125

Triggered via pull request January 9, 2025 11:14
@SherloukSherlouk
synchronize #464
ci-tweaks
Status Success
Total duration 2m 45s
Artifacts

tests.yml

on: pull_request
linter-check
29s
linter-check
pod-spec-lint
2m 33s
pod-spec-lint
Yaml linting check
3s
Yaml linting check
Matrix: integration_tests
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
Yaml linting check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
linter-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
linter-check: Tests/MeiliSearchUnitTests/MockURLSession.swift#L15
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
linter-check: Tests/MeiliSearchUnitTests/MockURLSession.swift#L15
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
linter-check: Tests/MeiliSearchUnitTests/MockURLSession.swift#L19
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
linter-check: Tests/MeiliSearchUnitTests/MockURLSession.swift#L19
Force Unwrapping Violation: Force unwrapping should be avoided (force_unwrapping)
linter-check: Tests/MeiliSearchUnitTests/DocumentsTests.swift#L202
Line Length Violation: Line should be 200 characters or less; currently it has 346 characters (line_length)
linter-check: Tests/MeiliSearchIntegrationTests/SearchTests.swift#L199
Optional Data -> String Conversion Violation: Prefer failable `String(bytes:encoding:)` initializer when converting `Data` to `String` (optional_data_string_conversion)
linter-check: Tests/MeiliSearchIntegrationTests/SearchTests.swift#L232
Optional Data -> String Conversion Violation: Prefer failable `String(bytes:encoding:)` initializer when converting `Data` to `String` (optional_data_string_conversion)
linter-check: Tests/MeiliSearchIntegrationTests/KeysTests.swift#L256
Blanket Disable Command Violation: The enabled 'force_unwrapping' rule was not disabled (blanket_disable_command)
linter-check: Tests/MeiliSearchIntegrationTests/SettingsTests.swift#L332
Switch and Case Statement Alignment Violation: Case statements should vertically aligned with their closing brace (switch_case_alignment)
linter-check: Tests/MeiliSearchIntegrationTests/SettingsTests.swift#L336
Switch and Case Statement Alignment Violation: Case statements should vertically aligned with their closing brace (switch_case_alignment)