From 40bf5243657bbddfad6f03167b1bf4d181ba10b9 Mon Sep 17 00:00:00 2001 From: bpvstaty366 Date: Fri, 8 Mar 2024 13:19:20 +0200 Subject: [PATCH] add exception --- .github/workflows/run-standalone-mfos-tests.yml | 2 +- .github/workflows/utils.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"