From 7517f6ea9fd277430c94a0c9e70cc6bfc1a6a541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Walenciak?= Date: Thu, 28 Nov 2024 16:13:32 +0100 Subject: [PATCH] Cache videos --- .github/workflows/unittests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 5eb742b..8a7d433 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -29,6 +29,11 @@ jobs: mkvtoolnix \ ffmpeg + - name: Cache video files + uses: actions/cache@v3 + with: + path: ${{ runner.home }}/.cache/twotone_test_data + key: test-video-cache - name: Run unit tests run: |