use exec for playwright in CI

This commit is contained in:
Matthias 2024-05-24 07:13:52 +02:00
parent 80a54ffba0
commit 76d1f287c2

View File

@ -49,10 +49,10 @@ jobs:
# Playwright section
- name: Install Playwright Browsers
run: pnpm run playwright install --with-deps
run: pnpm exec playwright install --with-deps
- name: Run Playwright tests
run: pnpm run playwright test
run: pnpm exec playwright test
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}