From e9ef94bf46005eeb660153fc943263b7e0dca2fb Mon Sep 17 00:00:00 2001 From: Aliaksej Mialeshka Date: Mon, 13 May 2024 19:24:52 +0200 Subject: [PATCH] Add isRemote: true to GH actions workflow --- .github/workflows/test-with-allure-report.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-with-allure-report.yml b/.github/workflows/test-with-allure-report.yml index da160d0..4ba65e9 100644 --- a/.github/workflows/test-with-allure-report.yml +++ b/.github/workflows/test-with-allure-report.yml @@ -22,6 +22,7 @@ on: jobs: build-and-test-android: env: + isRemote: true platformName: android BUILD_CONFIGURATION: Release SOLUTION_NAME: Aquality.Appium.Mobile.Template/Aquality.Appium.Mobile.Template.sln @@ -72,6 +73,7 @@ jobs: build-and-test-ios: env: + isRemote: true platformName: ios BUILD_CONFIGURATION: Release SOLUTION_NAME: Aquality.Appium.Mobile.Template/Aquality.Appium.Mobile.Template.sln