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 ac0b78c commit 841d92bCopy full SHA for 841d92b
.github/workflows/test-action.yml
@@ -17,7 +17,7 @@ jobs:
17
repository: apple/swift-algorithms
18
path: apple/swift-algorithms
19
- name: Test apple/swift-algorithms
20
- uses: marcprux/swift-android-action@main
+ uses: skiptools/swift-android-action@v2
21
with:
22
package-path: apple/swift-algorithms
23
run-tests: ${{ matrix.os != 'macos-15' }} # no tests on macOS ARM
@@ -28,7 +28,7 @@ jobs:
28
repository: skiptools/swift-sqlite
29
path: skiptools/swift-sqlite
30
- name: Test skiptools/swift-sqlite
31
32
33
package-path: skiptools/swift-sqlite
34
0 commit comments