feat: anime theme entry likeable (#993)

This commit is contained in:
Kyrch
2025-11-06 05:49:20 -03:00
committed by GitHub
parent c0ffa7083d
commit 8dd25de1a4
34 changed files with 112 additions and 138 deletions
+7
View File
@@ -26,6 +26,13 @@ jobs:
run: |
mkdir -p database
touch database/database.sqlite
- name: Install static FFmpeg
run: |
curl -L -o ffmpeg.tar.xz https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz
tar -xf ffmpeg.tar.xz
sudo mv ffmpeg-*-amd64-static/ffmpeg /usr/local/bin/
sudo mv ffmpeg-*-amd64-static/ffprobe /usr/local/bin/
ffmpeg -encoders | grep av1 || true
- name: Execute tests (Unit and Feature tests) via PHPUnit
env:
DB_CONNECTION: sqlite