Skip to content

Point to the correct Matrix branch for testing #4

Point to the correct Matrix branch for testing

Point to the correct Matrix branch for testing #4

Workflow file for this run

name: Run Corellium MATRIX solution
on: [push]
jobs:
corellium-matrix:
runs-on: ubuntu-latest
steps:
- name: Corellium MATRIX
uses: corellium/matrix@core-7413
env:
PROJECT: ${{ secrets.CORELLIUM_PROJECT_ID }}
API_TOKEN: ${{ secrets.CORELLIUM_API_KEY }}
with:
flavor: 'iphone14p'
os: '17.2'
server: 'https://jedi.enterprise.corellium.com'
appUrl: './Corellium_Cafe.ipa'
inputUrl: './inputs.json'
- run: echo "${{ steps.corellium-matrix.outputs.report }}"