Skip to content

Commit

Permalink
ci: Skip running tests on Android/ARM
Browse files Browse the repository at this point in the history
As it fails in peculiar ways on our CI, and now is not a good time to
investigate why.
  • Loading branch information
oleavr committed May 2, 2024
1 parent d717d46 commit 61103fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 61103fe

Please sign in to comment.