mirror of
https://github.com/AnimeThemes/animethemes-server.git
synced 2026-07-11 01:24:46 +02:00
feat: anime theme entry likeable (#993)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user