Skip to content

Commit

Permalink
ci: Allow Corellium test steps to fail for now
Browse files Browse the repository at this point in the history
Until we figure out the stability issue.
  • Loading branch information
oleavr committed May 30, 2024
1 parent c4c9ed9 commit 2489f42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ jobs:
run: tar -C build/tests -czf /tmp/runner.tar.gz gum-tests data/
- name: Test on Corellium iOS device
if: matrix.id == 'ios-arm64'
continue-on-error: true
uses: frida/corellium-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -215,6 +216,7 @@ jobs:
./gum-tests
- name: Test on Corellium Android device
if: matrix.id == 'android-arm64'
continue-on-error: true
uses: frida/corellium-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 2489f42

Please sign in to comment.