From 7dcf7200caadb883c91c6b33a1590d7a3a19b3a8 Mon Sep 17 00:00:00 2001 From: tkmxqrdxddd Date: Sat, 19 Oct 2024 21:52:24 +0200 Subject: [PATCH] fixed ci.yml --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6aa018b..88ab7ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,9 @@ jobs: - name: Install Dependencies run: sudo apt-get install -y build-essential ffmpeg wget + - name: Create Tests Directory + run: mkdir -p tests # Create the tests directory if it doesn't exist + - name: Download Sample Video run: wget -O tests/sample_video.mp4 https://sample-videos.com/video123/mp4/720/big_buck_bunny_720p_1mb.mp4