mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 04:55:15 +00:00
use exec for playwright in CI
This commit is contained in:
parent
80a54ffba0
commit
76d1f287c2
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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() }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user