diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index bb435c6b4..8c8480260 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -23,6 +23,6 @@ jobs: uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main with: license_header_check_project_name: "Swift" - docs_check_enabled: false + docs_check_container_image: "swift:6.2-noble" format_check_enabled: false api_breakage_check_enabled: false diff --git a/Sources/Testing/Testing.docc/Documentation.md b/Sources/Testing/Testing.docc/Documentation.md index cc4001889..fb4ecc347 100644 --- a/Sources/Testing/Testing.docc/Documentation.md +++ b/Sources/Testing/Testing.docc/Documentation.md @@ -35,10 +35,8 @@ their problems. #### Related videos -@Links(visualStyle: compactGrid) { - - - - -} +- [Meet Swift Testing](https://developer.apple.com/videos/play/wwdc2024/10179) +- [Go further with Swift Testing](https://developer.apple.com/videos/play/wwdc2024/10195) ## Topics diff --git a/Sources/Testing/Testing.docc/MigratingFromXCTest.md b/Sources/Testing/Testing.docc/MigratingFromXCTest.md index fcf1f529d..6b1d9f381 100644 --- a/Sources/Testing/Testing.docc/MigratingFromXCTest.md +++ b/Sources/Testing/Testing.docc/MigratingFromXCTest.md @@ -556,9 +556,11 @@ test function with an instance of this trait type to control whether it runs: } } - ### Annotate known issues