diff --git a/.github/workflows/automation-trigger-test.yml b/.github/workflows/automation-trigger-test.yml index 90b1457bc..3d32e470b 100644 --- a/.github/workflows/automation-trigger-test.yml +++ b/.github/workflows/automation-trigger-test.yml @@ -49,6 +49,8 @@ jobs: echo "::add-mask::$parsed" echo "APP_URL=$parsed" >> "$GITHUB_ENV" - name: Execute automation tests for Android RN app + env: + IS_RN_APP: true run: | cd qa echo "APP_URL=$parsed" >> "$GITHUB_ENV"