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 aa0344a commit 936352eCopy full SHA for 936352e
.github/workflows/test-action.yml
@@ -18,7 +18,7 @@ jobs:
18
repository: apple/swift-algorithms
19
path: apple/swift-algorithms
20
- name: Test apple/swift-algorithms
21
- uses: skiptools/swift-android-action@${{ github.event.inputs.branch }}
+ uses: skiptools/swift-android-action
22
with:
23
package-path: apple/swift-algorithms
24
run-tests: ${{ matrix.os != 'macos-15' }} # no tests on macOS ARM
@@ -29,7 +29,7 @@ jobs:
29
repository: skiptools/swift-sqlite
30
path: skiptools/swift-sqlite
31
- name: Test skiptools/swift-sqlite
32
33
34
package-path: skiptools/swift-sqlite
35
0 commit comments