From dd0590f6552100f4f0ee898f7af8517f60fa94d5 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Mon, 19 Jun 2023 13:50:25 +0100 Subject: [PATCH] try to increase e2e instances (#3281) * try to increase e2e instances * try to make protractor vars global * switch to browser run * remove browser run --- .github/workflows/pull-request.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 82846abc7..063acda24 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -47,6 +47,8 @@ env: APP_CONFIG_ENABLE_FILE_AUTO_DOWNLOAD: true APP_CONFIG_FILE_AUTO_DOWNLOAD_SIZE_THRESHOLD_IN_MB: 15 GH_BUILD_NUMBER: ${{ github.run_id }} + MAXINSTANCES: 2 + RETRY_COUNT: 2 jobs: lint: