Skip to content

Commit cd6e850

Browse files
committed
CI: Disable running swift-png tests due to slowness
1 parent 4da3fa0 commit cd6e850

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/test-action.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,6 @@ jobs:
5050
swift-version: ${{ matrix.swift-version }}
5151
run-tests: ${{ matrix.os != 'macos-15' }} # no tests on macOS ARM
5252

53-
- name: Checkout tayloraswift/swift-png
54-
uses: actions/checkout@v4
55-
with:
56-
repository: tayloraswift/swift-png
57-
path: tayloraswift/swift-png
58-
- name: Test tayloraswift/swift-png
59-
uses: ./swift-android-action/
60-
with:
61-
package-path: tayloraswift/swift-png
62-
swift-version: ${{ matrix.swift-version }}
63-
build-tests: ${{ matrix.swift-version != '6.0' }} # no Testing in 6.0
64-
run-tests: ${{ matrix.os != 'macos-15' }} # no tests on macOS ARM
65-
copy-files: Sources Tests
66-
6753
toolchain-setup:
6854
runs-on: ${{ matrix.os }}
6955
strategy:

0 commit comments

Comments
 (0)