Skip to content

Commit d1dd3bd

Browse files
committed
ci(playwright): add ffmpeg installation and verification
1 parent 071d967 commit d1dd3bd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/playwright.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@ jobs:
1616
- uses: pnpm/action-setup@v4
1717
with:
1818
version: 9
19-
- name: Install Deps (FFmpeg is install through Playwright)
19+
- name: Install system dependencies
2020
run: |
2121
sudo apt-get update
22-
sudo apt-get install -y libreoffice-writer
22+
sudo apt-get install -y libreoffice-writer ffmpeg
2323
- name: Install dependencies
2424
run: pnpm install --frozen-lockfile
25+
- name: Verify ffprobe
26+
run: ffprobe -version
2527
- name: Install Playwright Browsers
2628
run: pnpm exec playwright install --with-deps
2729
- name: Run Playwright tests

0 commit comments

Comments
 (0)