Skip to content

Commit ba1c87d

Browse files
committed
Update docs
1 parent 4188fa4 commit ba1c87d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22

33
GitHub action to build and run Swift package tests on an Android emulator.
44
This uses the [swift-android-toolchain](https://github.com/skiptools/swift-android-toolchain)
5-
project to provide a cross-compile to build
5+
project to provide a cross-compiler for building
66
Swift natively for Android on a macOS host.
77

8+
After building the package, it will run the SwiftPM
9+
test targets on an Android emulator (which it provided by the
10+
[Android Emulator Runner action](https://github.com/marketplace/actions/android-emulator-runner)).
11+
To build the package for Android without running the tests
12+
(which is considerably faster), set the `run-tests` option to `false`.
13+
814

915
You can add this action to your Swift CI workflow from the
1016
[GitHub Marketplace](https://github.com/marketplace/actions/swift-android-action),

0 commit comments

Comments
 (0)