Skip to content

Commit

Permalink
Cache videos
Browse files Browse the repository at this point in the history
  • Loading branch information
Kicer86 committed Nov 28, 2024
1 parent 76e4ec4 commit 7517f6e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 7517f6e

Please sign in to comment.