Skip to content

Commit f46b963

Browse files
committed
Android Testing Workflow
1 parent 314fe61 commit f46b963

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/swift.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,11 @@ jobs:
2626
run: swift build -v
2727
- name: Run tests
2828
run: swift test -v
29+
30+
android:
31+
name: Test on Android
32+
runs-on: ubuntu-latest
33+
steps:
34+
- uses: actions/checkout@v4
35+
- name: Test Swift Package on Android
36+
uses: skiptools/swift-android-action@v2

0 commit comments

Comments
 (0)