https://github.com/frida/corellium-action
GitHub Action for testing code on Corellium
https://github.com/frida/corellium-action
Last synced: 11 months ago
JSON representation
GitHub Action for testing code on Corellium
- Host: GitHub
- URL: https://github.com/frida/corellium-action
- Owner: frida
- License: mit
- Created: 2022-02-24T14:31:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-09T22:57:44.000Z (over 2 years ago)
- Last Synced: 2025-06-19T05:58:39.482Z (12 months ago)
- Language: JavaScript
- Size: 578 KB
- Stars: 8
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Corellium Action
This uploads and executes code on a Corellium instance.
# Usage
```yaml
steps:
- uses: frida/corellium-action@v4
- with:
token: ${{ secrets.GITHUB_TOKEN }}
gateway: corellium.frida.re
device: android-arm64
upload: runner.tar.gz
run: |
cd /data/local/tmp
tar xf $ASSET_PATH
./gum-tests
```