From e0b067355a473fc78f1b0d7a0df8697ccc7a3fc1 Mon Sep 17 00:00:00 2001 From: Marc Prud'hommeaux Date: Wed, 12 Mar 2025 18:55:06 -0400 Subject: [PATCH 1/3] Restore Android CI workflow --- .github/{disabled => workflows}/android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/{disabled => workflows}/android.yml (77%) diff --git a/.github/disabled/android.yml b/.github/workflows/android.yml similarity index 77% rename from .github/disabled/android.yml rename to .github/workflows/android.yml index f4eb58cb..cff5f3b1 100644 --- a/.github/disabled/android.yml +++ b/.github/workflows/android.yml @@ -15,6 +15,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Build for Android - uses: skiptools/swift-android-action@v2 + uses: skiptools/swift-android-action@main with: - run-tests: false + swift-version: 6.1 From 29f03ee9f83c05118a8f8d32f4be9fbd9ad3a2c8 Mon Sep 17 00:00:00 2001 From: Marc Prud'hommeaux Date: Wed, 12 Mar 2025 19:09:37 -0400 Subject: [PATCH 2/3] Add Sources to copy-files to have access to test files on Android --- .github/workflows/android.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index cff5f3b1..3dd8a5e8 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -18,3 +18,4 @@ jobs: uses: skiptools/swift-android-action@main with: swift-version: 6.1 + copy-files: Sources From 9d0d8b320581ce6c97685b8737334593fe00121d Mon Sep 17 00:00:00 2001 From: Marc Prud'hommeaux Date: Wed, 12 Mar 2025 19:23:43 -0400 Subject: [PATCH 3/3] Add Tests to copy-files to have access to test files on Android --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 3dd8a5e8..28b30149 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -18,4 +18,4 @@ jobs: uses: skiptools/swift-android-action@main with: swift-version: 6.1 - copy-files: Sources + copy-files: Sources Tests