From 1e68e9a3efcd6a87534282628524193fc746c5bc Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 19 Feb 2026 14:47:26 -0500 Subject: [PATCH] removed duplicacy in the path --- .github/workflows/playwright.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index b330e8fd..b8eb56fb 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -22,6 +22,8 @@ name: Pay UI Test Automation on: push: branches: [ feature-nuxt-v3-upgrade ] + pull_request: + branches: [ feature-nuxt-v3-upgrade ] workflow_dispatch: {} schedule: # Runs Mon-Fri at 11:00 AM Eastern Standard Time (fixed UTC-5 -> 16:00 UTC) @@ -32,7 +34,7 @@ jobs: runs-on: ubuntu-latest defaults: run: - working-directory: web/pay-ui/test-automation/test-automation + working-directory: web/pay-ui/test-automation env: TEST_USERNAME_BCSC: ${{ secrets.TEST_USERNAME_BCSC }} TEST_PASSWORD_BCSC: ${{ secrets.TEST_PASSWORD_BCSC }} @@ -56,23 +58,23 @@ jobs: if: ${{ !cancelled() }} with: name: allure-report - path: web/pay-ui/test-automation/test-automation/allure-report/ + path: web/pay-ui/test-automation/allure-report/ retention-days: 30 - uses: actions/upload-artifact@v4 if: ${{ !cancelled() }} with: name: playwright-html-report - path: web/pay-ui/test-automation/test-automation/playwright-report/ + path: web/pay-ui/test-automation/playwright-report/ retention-days: 30 - uses: actions/upload-artifact@v4 if: ${{ !cancelled() }} with: name: test-results - path: web/pay-ui/test-automation/test-automation/test-results/ + path: web/pay-ui/test-automation/test-results/ retention-days: 30 - name: Publish HTML Report if: ${{ !cancelled() }} uses: daun/playwright-report-summary@v3 with: - report-file: web/pay-ui/test-automation/test-automation/playwright-report/results.json + report-file: web/pay-ui/test-automation/playwright-report/results.json github-token: ${{ secrets.GITHUB_TOKEN }}. \ No newline at end of file