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