diff --git a/.github/workflows/matrix-test.yml b/.github/workflows/matrix-test.yml index c4bd3de..c9dd6ec 100644 --- a/.github/workflows/matrix-test.yml +++ b/.github/workflows/matrix-test.yml @@ -13,10 +13,10 @@ jobs: PROJECT: ${{ secrets.CORELLIUM_PROJECT_ID }} API_TOKEN: ${{ secrets.CORELLIUM_API_KEY }} with: - flavor: 'iphone14p' - os: '17.2' + deviceFlavor: 'iphone14p' + deviceOS: '17.2' server: 'https://jedi.enterprise.corellium.com' - appUrl: './Corellium_Cafe.ipa' - inputUrl: './inputs.json' + appPath: './Corellium_Cafe.ipa' + userActions: './inputs.json' - run: echo "${{ steps.corellium-matrix.outputs.report }}"