We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da3fa0 commit cd6e850Copy full SHA for cd6e850
.github/workflows/test-action.yml
@@ -50,20 +50,6 @@ jobs:
50
swift-version: ${{ matrix.swift-version }}
51
run-tests: ${{ matrix.os != 'macos-15' }} # no tests on macOS ARM
52
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
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
-
67
toolchain-setup:
68
runs-on: ${{ matrix.os }}
69
strategy:
0 commit comments