mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-17 18:35:19 +02:00
chore: update E2E tests workflow name and adjust video recording settings
This commit is contained in:
parent
3520877d80
commit
21d3be14c9
2 changed files with 4 additions and 4 deletions
6
.github/workflows/e2e-tests.yml
vendored
6
.github/workflows/e2e-tests.yml
vendored
|
|
@ -16,7 +16,7 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
e2e:
|
||||
name: Playwright E2E
|
||||
name: Journey
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event.pull_request.draft == false
|
||||
timeout-minutes: 45
|
||||
|
|
@ -71,7 +71,7 @@ jobs:
|
|||
DROPBOX_APP_SECRET: fake-dropbox-app-secret
|
||||
DROPBOX_REDIRECT_URI: http://localhost:8000/api/v1/auth/dropbox/connector/callback
|
||||
|
||||
# NO_PROXY must keep huggingface — embedding + Docling models lazy-download
|
||||
# NO_PROXY must keep huggingface, embedding + Docling models lazy-download
|
||||
# there on cold cache. Embedding fakes patch callsites, not the loader.
|
||||
HTTPS_PROXY: http://127.0.0.1:1
|
||||
HTTP_PROXY: http://127.0.0.1:1
|
||||
|
|
@ -240,7 +240,7 @@ jobs:
|
|||
path: surfsense_web/playwright-report/
|
||||
retention-days: 14
|
||||
|
||||
- name: Upload Playwright traces / videos
|
||||
- name: Upload Playwright traces
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue