Skip to content

Commit cedc5a9

Browse files
committed
updated path for playwright tests
1 parent 76d7a67 commit cedc5a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/contoso-traders-cloud-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ jobs:
614614
run: npm ci
615615

616616
- name: Run Playwright tests
617-
working-directory: sample/
617+
working-directory: demo-scripts/mpt-samples/
618618
env:
619619
# Regional endpoint for Microsoft Playwright Testing
620620
PLAYWRIGHT_SERVICE_URL: ${{ secrets.PLAYWRIGHT_SERVICE_URL }}
@@ -626,7 +626,7 @@ jobs:
626626
if: always()
627627
with:
628628
name: playwright-report
629-
path: samples/get-started/playwright-report/
629+
path: demo-scripts/mpt-samples/get-started/playwright-report/
630630
retention-days: 10
631631

632632
load-test-products:

0 commit comments

Comments
 (0)