Skip to content

Commit 6da5ccb

Browse files
authored
ci: Add Android build steps to CI workflow (#228)
* ci: Add Android build and test steps to CI workflow * Update CI workflow to disable Android tests
1 parent 89228dd commit 6da5ccb

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,18 @@ jobs:
157157
fail_ci_if_error: false
158158
token: ${{ secrets.CODECOV_TOKEN }}
159159

160+
android:
161+
timeout-minutes: 15
162+
runs-on: ubuntu-latest
163+
steps:
164+
- uses: actions/checkout@v6
165+
- name: Build
166+
uses: skiptools/swift-android-action@v2
167+
with:
168+
swift-version: '6.2'
169+
build-tests: true
170+
run-tests: false
171+
160172
windows:
161173
timeout-minutes: 15
162174
runs-on: windows-latest

0 commit comments

Comments
 (0)