ci: disable webkit e2e tests as they are too flaky
This commit is contained in:
parent
78f6e52ea4
commit
caec8592a8
1 changed files with 6 additions and 6 deletions
12
.github/workflows/e2e.yml
vendored
12
.github/workflows/e2e.yml
vendored
|
|
@ -72,12 +72,12 @@ jobs:
|
|||
CI: true
|
||||
BASE_URL: ${{ inputs.base_url }}
|
||||
|
||||
- name: Run E2E Tests (WebKit)
|
||||
working-directory: test/e2e
|
||||
run: npx playwright test --reporter=html,github --browser webkit
|
||||
env:
|
||||
CI: true
|
||||
BASE_URL: ${{ inputs.base_url }}
|
||||
# - name: Run E2E Tests (WebKit)
|
||||
# working-directory: test/e2e
|
||||
# run: npx playwright test --reporter=html,github --browser webkit
|
||||
# env:
|
||||
# CI: true
|
||||
# BASE_URL: ${{ inputs.base_url }}
|
||||
|
||||
- name: Upload Playwright Report
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue