Skip to content

Commit

Permalink
try to make protractor vars global
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika authored and azakrzewski-hy committed Jun 19, 2023
1 parent 23934e6 commit 672dbe4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/actions/run-e2e/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ runs:
echo "APP_CONFIG_OAUTH2_REDIRECT_LOGOUT=/"
echo "APP_CONFIG_OAUTH2_REDIRECT_LOGIN=/"
echo "APP_CONFIG_OAUTH2_REDIRECT_SILENT_IFRAME_URI={protocol}//{hostname}{:port}/assets/silent-refresh.html"
echo "MAXINSTANCES=2"
echo "RETRY_COUNT=2"
} >> .env
npm start > /dev/null &\
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ env:
APP_CONFIG_ENABLE_FILE_AUTO_DOWNLOAD: true
APP_CONFIG_FILE_AUTO_DOWNLOAD_SIZE_THRESHOLD_IN_MB: 15
GH_BUILD_NUMBER: ${{ github.run_id }}
BROWSER_RUN: false
MAXINSTANCES: 2
RETRY_COUNT: 2

jobs:
lint:
Expand Down

0 comments on commit 672dbe4

Please sign in to comment.