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 5afc58d commit 85760ccCopy full SHA for 85760cc
.github/workflows/test-action.yml
@@ -22,19 +22,6 @@ jobs:
22
with:
23
path: swift-android-action
24
25
- - name: Checkout apple/swift-crypto
26
- uses: actions/checkout@v4
27
- with:
28
- repository: apple/swift-crypto
29
- path: apple/swift-crypto
30
- - name: Test apple/swift-crypto
31
- uses: ./swift-android-action/
32
33
- package-path: apple/swift-crypto
34
- swift-version: ${{ matrix.swift-version }}
35
- ndk-version: ${{ matrix.ndk-version }}
36
- copy-files: Tests
37
-
38
- name: Checkout apple/swift-system
39
uses: actions/checkout@v4
40
0 commit comments