From 61103fe03ce2a2cec773440ba03b7e88c47b3dd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Andr=C3=A9=20Vadla=20Ravn=C3=A5s?= Date: Thu, 2 May 2024 21:01:22 +0000 Subject: [PATCH] ci: Skip running tests on Android/ARM As it fails in peculiar ways on our CI, and now is not a good time to investigate why. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da83a8e06..c5900b0fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -214,7 +214,7 @@ jobs: tar xf $ASSET_PATH ./gum-tests - name: Test on Corellium Android device - if: startsWith(matrix.id, 'android-arm') + if: matrix.id == 'android-arm64' uses: frida/corellium-action@v4 with: token: ${{ secrets.GITHUB_TOKEN }}