Skip to content

Commit f0b1da4

Browse files
committed
CI
1 parent 366fc46 commit f0b1da4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
branches:
99
- '*'
10+
workflow_dispatch:
1011

1112
jobs:
1213
library:
@@ -37,3 +38,10 @@ jobs:
3738
- uses: actions/checkout@v4
3839
- name: Run tests
3940
run: swift test -c ${{ matrix.config }}
41+
42+
android:
43+
name: Android (Swift 6.0.2)
44+
runs-on: ubuntu-22.04
45+
steps:
46+
- name: Test on Android
47+
uses: johankool/swift-android-test-action@v1

0 commit comments

Comments
 (0)