File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ name: swift-android-action ci
2
2
on :
3
3
workflow_dispatch :
4
4
push :
5
- branches :
6
- - ' * '
5
+ pull_request :
6
+
7
7
jobs :
8
8
demo :
9
9
runs-on : ${{ matrix.os }}
18
18
repository : apple/swift-algorithms
19
19
path : apple/swift-algorithms
20
20
- name : Test apple/swift-algorithms
21
- uses : skiptools/swift-android-action
21
+ uses : ./
22
+ # uses: skiptools/swift-android-action@main
22
23
with :
23
24
package-path : apple/swift-algorithms
24
25
run-tests : ${{ matrix.os != 'macos-15' }} # no tests on macOS ARM
29
30
repository : skiptools/swift-sqlite
30
31
path : skiptools/swift-sqlite
31
32
- name : Test skiptools/swift-sqlite
32
- uses : skiptools/swift-android-action
33
+ uses : ./
34
+ # uses: skiptools/swift-android-action@main
33
35
with :
34
36
package-path : skiptools/swift-sqlite
35
37
run-tests : ${{ matrix.os != 'macos-15' }} # no tests on macOS ARM
You can’t perform that action at this time.
0 commit comments