Skip to content

Commit 91a30a3

Browse files
committed
add android ci
1 parent 392dd60 commit 91a30a3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,9 @@ jobs:
7676
env:
7777
SPM: run
7878
run: ./run-tests.sh
79+
build-android:
80+
runs-on: ubuntu-latest
81+
steps:
82+
- uses: actions/checkout@v2
83+
- name: Run tests
84+
uses: skiptools/swift-android-action@v2

0 commit comments

Comments
 (0)