Skip to content

Commit 514928c

Browse files
Pass Azure URLs to Playwright smoke tests in CI
1 parent c7e50c9 commit 514928c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
run: npx playwright install --with-deps
2828
- name: Run Playwright tests
2929
working-directory: ${{ env.PLAYWRIGHT_DIR }}
30+
env:
31+
ANGULAR_APP_URL: ${{ secrets.ANGULAR_APP_URL }}
32+
API_APP_URL: ${{ secrets.API_APP_URL }}
33+
IDENTITY_SERVER_URL: ${{ secrets.IDENTITY_SERVER_URL }}
3034
run: npx playwright test --project=smoke
3135
- uses: actions/upload-artifact@v4
3236
if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)