Skip to content

Commit

Permalink
[link-adf:feature/dev-mkinas-es-migration] Bring acadev-es back
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalKinas committed Nov 6, 2023
1 parent 130170f commit 409a7bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
cancel-in-progress: true

env:
BASE_URL: ${{ secrets.PIPELINE_ENV_URL }}
BASE_URL: ${{ secrets.BASE_URL_ES }}
ADMIN_EMAIL: ${{ secrets.PIPELINE_ADMIN_USERNAME }}
ADMIN_PASSWORD: ${{ secrets.PIPELINE_ADMIN_PASSWORD }}
HR_USER: ${{ secrets.HR_USER }}
Expand All @@ -25,7 +25,7 @@ env:
SCREENSHOT_PASSWORD: ${{ secrets.SCREENSHOT_PASSWORD}}
AWS_REGION: "eu-west-2"
CONTENT_CE_DIST_PATH: "./dist/content-ce"
PLAYWRIGHT_E2E_HOST: ${{ secrets.PLAYWRIGHT_E2E_HOST }}
PLAYWRIGHT_E2E_HOST: ${{ format('{0}{1}', secrets.BASE_URL_ES, '/aca/#/') }}
GH_BUILD_NUMBER: ${{ github.run_id }}
MAXINSTANCES: 2
RETRY_COUNT: 2
Expand Down

0 comments on commit 409a7bf

Please sign in to comment.