Skip to content

Commit 1ef5eb5

Browse files
committed
Just run tests on a single config
1 parent b09c11b commit 1ef5eb5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
jobs:
1111
tests_with_docker_embedded_swift:
12+
if: false # TODO: re-enable
1213
name: Test Embedded Swift SDKs
1314
uses: ./.github/workflows/swift_package_test.yml
1415
with:
@@ -21,6 +22,7 @@ jobs:
2122
enable_embedded_wasm_sdk_build: true
2223

2324
tests_with_docker:
25+
if: false # TODO: re-enable
2426
name: Test with Docker
2527
uses: ./.github/workflows/swift_package_test.yml
2628
with:
@@ -65,6 +67,7 @@ jobs:
6567
windows_os_versions: '["windows-2022", "windows-11-arm"]'
6668

6769
tests_macos:
70+
if: false # TODO: re-enable
6871
name: Test
6972
uses: ./.github/workflows/swift_package_test.yml
7073
with:
@@ -77,6 +80,7 @@ jobs:
7780
xcrun swift build
7881
7982
build_tests_ios:
83+
if: false # TODO: re-enable
8084
name: Build iOS Tests
8185
uses: ./.github/workflows/swift_package_test.yml
8286
with:

0 commit comments

Comments
 (0)