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 392dd60 commit 91a30a3Copy full SHA for 91a30a3
1 file changed
.github/workflows/build.yml
@@ -76,3 +76,9 @@ jobs:
76
env:
77
SPM: run
78
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