Skip to content

Commit 4122c60

Browse files
committed
test
1 parent 11872c9 commit 4122c60

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

.github/workflows/test-e2e.yaml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,6 @@ jobs:
7272
run: npm ci
7373
working-directory: tests
7474

75-
# - name: Install Playwright Browsers
76-
# run: npx playwright install --with-deps
77-
# working-directory: tests
78-
7975
- name: Run Playwright tests
8076
run: npx playwright test --config=playwright.service.config.ts --workers=20
8177
working-directory: tests
@@ -85,12 +81,12 @@ jobs:
8581
STORE_FRONT_URL: "http://${{ steps.kubectl_get_service.outputs.STORE_FRONT_IP }}"
8682
CI: true
8783

88-
- uses: actions/upload-artifact@v4
89-
if: ${{ !cancelled() }}
90-
with:
91-
name: playwright-report
92-
path: tests/playwright-report/
93-
retention-days: 30
84+
# - uses: actions/upload-artifact@v4
85+
# if: ${{ !cancelled() }}
86+
# with:
87+
# name: playwright-report
88+
# path: tests/playwright-report/
89+
# retention-days: 30
9490

9591
- name: Destroy environment
9692
run: azd down --force --purge

0 commit comments

Comments
 (0)