ci: fix Playwright Tests

This commit is contained in:
Ruben Talstra 2025-02-12 18:08:16 +01:00
parent 87f16e0619
commit 4d83aeadbc
Failed to extract signature

View file

@ -1,5 +1,5 @@
name: Playwright Tests
on:
name: Playwright Tests
on:
pull_request:
branches:
- main
@ -10,7 +10,7 @@
- 'client/**'
- 'packages/**'
- 'e2e/**'
jobs:
jobs:
tests_e2e:
name: Run Playwright tests
if: github.event.pull_request.head.repo.full_name == 'danny-avila/LibreChat'
@ -64,7 +64,7 @@
run: npm run e2e:ci
- name: Upload playwright report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report