Skip ffmpeg tests in CI

This commit is contained in:
Alex Gleason 2025-03-02 18:02:03 -06:00
parent ac0285293e
commit 484625842b
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -8,13 +8,11 @@ stages:
test: test:
stage: test stage: test
before_script:
- apt-get update && apt-get install -y ffmpeg
script: script:
- deno fmt --check - deno fmt --check
- deno task lint - deno task lint
- deno task check - deno task check
- deno task test --coverage=cov_profile - deno task test --ignore= packages/transcode --coverage=cov_profile
- deno coverage cov_profile - deno coverage cov_profile
coverage: /All files[^\|]*\|[^\|]*\s+([\d\.]+)/ coverage: /All files[^\|]*\|[^\|]*\s+([\d\.]+)/
services: services: