mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
Skip ffmpeg tests in CI
This commit is contained in:
parent
ac0285293e
commit
484625842b
1 changed files with 1 additions and 3 deletions
|
|
@ -8,13 +8,11 @@ stages:
|
|||
|
||||
test:
|
||||
stage: test
|
||||
before_script:
|
||||
- apt-get update && apt-get install -y ffmpeg
|
||||
script:
|
||||
- deno fmt --check
|
||||
- deno task lint
|
||||
- deno task check
|
||||
- deno task test --coverage=cov_profile
|
||||
- deno task test --ignore= packages/transcode --coverage=cov_profile
|
||||
- deno coverage cov_profile
|
||||
coverage: /All files[^\|]*\|[^\|]*\s+([\d\.]+)/
|
||||
services:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue