diff --git a/.github/workflows/run-standalone-mfos-tests.yml b/.github/workflows/run-standalone-mfos-tests.yml index 5df3ea728..be4f6c09e 100644 --- a/.github/workflows/run-standalone-mfos-tests.yml +++ b/.github/workflows/run-standalone-mfos-tests.yml @@ -19,7 +19,7 @@ jobs: EVENT_NAME: ${{ github.event_name }} GITHUB_REF: ${{ github.ref }} PR_HEAD_REF: ${{ github.event.pull_request.head.ref }} - EXCEPTION_METHODS: ${{ secrets.EXCEPTIONMETHODS }} + EXCLUDED_METHODS: ${{ secrets.EXCLUDEDMETHODS }} run: | ./.github/workflows/utils.sh runTests diff --git a/.github/workflows/utils.sh b/.github/workflows/utils.sh index a9fcadd09..692fc81d9 100755 --- a/.github/workflows/utils.sh +++ b/.github/workflows/utils.sh @@ -50,7 +50,7 @@ function runTests(){ "navigateTo": { "action": "search", "data": { - "query": "{\"task\":\"runTest\",\"params\":{\"certification\":true,\"exceptionMethods\":[],\"methodsToBeExcluded\":[\"'"$EXCEPTION_METHODS"'\"]},\"action\":\"CORE\",\"context\":{\"communicationMode\":\"SDK\"},\"metadata\":{\"target\":\"MFOS\",\"targetVersion\":\"NIL\",\"deviceModel\":\"NIL\",\"fbVersion\":\"NA\"},\"asynchronous\":false,\"appType\":\"firebolt\"}" + "query": "{\"task\":\"runTest\",\"params\":{\"certification\":true,\"exceptionMethods\":[],\"methodsToBeExcluded\":[\"'"$EXCLUDED_METHODS"'\"]},\"action\":\"CORE\",\"context\":{\"communicationMode\":\"SDK\"},\"metadata\":{\"target\":\"MFOS\",\"targetVersion\":\"NIL\",\"deviceModel\":\"NIL\",\"fbVersion\":\"NA\"},\"asynchronous\":false,\"appType\":\"firebolt\"}" }, "context": { "source": "voice"