Skip to content

Commit 80b903c

Browse files
committed
Remove tests for swift-argument-parser
1 parent 9b3751a commit 80b903c

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/build_android_sdk.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -177,19 +177,6 @@ jobs:
177177
installed-sdk: ${{ steps.info.outputs.sdk-id }}
178178
installed-swift: ${{ steps.info.outputs.swift-root }}
179179

180-
- name: Checkout swift-argument-parser
181-
uses: actions/checkout@v4
182-
with:
183-
repository: apple/swift-argument-parser
184-
path: swift-argument-parser
185-
- name: Test swift-argument-parser
186-
uses: skiptools/swift-android-action@main
187-
with:
188-
run-tests: true
189-
package-path: swift-argument-parser
190-
installed-sdk: ${{ steps.info.outputs.sdk-id }}
191-
installed-swift: ${{ steps.info.outputs.swift-root }}
192-
193180
- name: Checkout swift-system
194181
uses: actions/checkout@v4
195182
with:

0 commit comments

Comments
 (0)