Skip to content

Commit 6644fe7

Browse files
anisshhbatrraYour Name
andauthored
removed duplicacy in the path (#302)
Co-authored-by: Your Name <your.email@example.com>
1 parent ef5bd06 commit 6644fe7

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/playwright.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ name: Pay UI Test Automation
2222
on:
2323
push:
2424
branches: [ feature-nuxt-v3-upgrade ]
25+
pull_request:
26+
branches: [ feature-nuxt-v3-upgrade ]
2527
workflow_dispatch: {}
2628
schedule:
2729
# Runs Mon-Fri at 11:00 AM Eastern Standard Time (fixed UTC-5 -> 16:00 UTC)
@@ -32,7 +34,7 @@ jobs:
3234
runs-on: ubuntu-latest
3335
defaults:
3436
run:
35-
working-directory: web/pay-ui/test-automation/test-automation
37+
working-directory: web/pay-ui/test-automation
3638
env:
3739
TEST_USERNAME_BCSC: ${{ secrets.TEST_USERNAME_BCSC }}
3840
TEST_PASSWORD_BCSC: ${{ secrets.TEST_PASSWORD_BCSC }}
@@ -56,23 +58,23 @@ jobs:
5658
if: ${{ !cancelled() }}
5759
with:
5860
name: allure-report
59-
path: web/pay-ui/test-automation/test-automation/allure-report/
61+
path: web/pay-ui/test-automation/allure-report/
6062
retention-days: 30
6163
- uses: actions/upload-artifact@v4
6264
if: ${{ !cancelled() }}
6365
with:
6466
name: playwright-html-report
65-
path: web/pay-ui/test-automation/test-automation/playwright-report/
67+
path: web/pay-ui/test-automation/playwright-report/
6668
retention-days: 30
6769
- uses: actions/upload-artifact@v4
6870
if: ${{ !cancelled() }}
6971
with:
7072
name: test-results
71-
path: web/pay-ui/test-automation/test-automation/test-results/
73+
path: web/pay-ui/test-automation/test-results/
7274
retention-days: 30
7375
- name: Publish HTML Report
7476
if: ${{ !cancelled() }}
7577
uses: daun/playwright-report-summary@v3
7678
with:
77-
report-file: web/pay-ui/test-automation/test-automation/playwright-report/results.json
79+
report-file: web/pay-ui/test-automation/playwright-report/results.json
7880
github-token: ${{ secrets.GITHUB_TOKEN }}.

0 commit comments

Comments
 (0)