We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 071d967 commit d1dd3bdCopy full SHA for d1dd3bd
.github/workflows/playwright.yml
@@ -16,12 +16,14 @@ jobs:
16
- uses: pnpm/action-setup@v4
17
with:
18
version: 9
19
- - name: Install Deps (FFmpeg is install through Playwright)
+ - name: Install system dependencies
20
run: |
21
sudo apt-get update
22
- sudo apt-get install -y libreoffice-writer
+ sudo apt-get install -y libreoffice-writer ffmpeg
23
- name: Install dependencies
24
run: pnpm install --frozen-lockfile
25
+ - name: Verify ffprobe
26
+ run: ffprobe -version
27
- name: Install Playwright Browsers
28
run: pnpm exec playwright install --with-deps
29
- name: Run Playwright tests
0 commit comments