Skip to content

Commit

Permalink
Adding test for ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
raivisdejus committed Feb 1, 2025
1 parent 79edde1 commit 1a4fe44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ jobs:
architecture: 'x64'
github-token: ${{ github.server_url == 'https://github.com' && github.token || '' }}

- name: Test ffmpeg
run: ffmpeg -i ./testdata/audio-long.mp3 ./testdata/audio-long.wav

- name: Install dependencies
run: poetry install

Expand Down

0 comments on commit 1a4fe44

Please sign in to comment.