summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorかっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>2024-03-31 12:43:39 +0900
committerGitHub <noreply@github.com>2024-03-31 12:43:39 +0900
commitefafa02f6820a31df5dded620cf0f6ef30454e0c (patch)
treee418c59d14c97dbcfcb04b6421cdcfe47cd968a7 /.github/workflows
parentfix(frontend): remove duplicate CSS declaration (#13640) (diff)
downloadsharkey-efafa02f6820a31df5dded620cf0f6ef30454e0c.tar.gz
sharkey-efafa02f6820a31df5dded620cf0f6ef30454e0c.tar.bz2
sharkey-efafa02f6820a31df5dded620cf0f6ef30454e0c.zip
enhance(backend): ビデオファイルにビデオトラックがあるかを確認するように (#13568)
* enhance(backend): ビデオファイルにビデオトラックがあるかを確認するように (cherry picked from commit 23d38a2d6492a2b24e9b2c031d66c3e8a5d382ef) * Update Changelog * Update Changelog * Revert "Update Changelog" This reverts commit 93fd996932b87ef550c38b48bd0678060f3ed1af. * fix(test) ffmpegをインストールするように * 入れる方間違えた * fix test * 拡張子変わらなかったのでそのまま行く * ログを出力するように * msg * remove unused import * add log * attempt to fix test error * Revert "attempt to fix test error" This reverts commit d9d6524cadd655e6d8e9398b26fdfef332f30f4d. * Update FileInfoService.ts * oggも検査の対象にする
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test-backend.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test-backend.yml b/.github/workflows/test-backend.yml
index 49a6a39805..a803db4508 100644
--- a/.github/workflows/test-backend.yml
+++ b/.github/workflows/test-backend.yml
@@ -45,6 +45,8 @@ jobs:
with:
version: 8
run_install: false
+ - name: Install FFmpeg
+ uses: FedericoCarboni/setup-ffmpeg@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4.0.2
with: