We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79edde1 commit 1a4fe44Copy full SHA for 1a4fe44
.github/workflows/ci.yml
@@ -70,6 +70,9 @@ jobs:
70
architecture: 'x64'
71
github-token: ${{ github.server_url == 'https://github.com' && github.token || '' }}
72
73
+ - name: Test ffmpeg
74
+ run: ffmpeg -i ./testdata/audio-long.mp3 ./testdata/audio-long.wav
75
+
76
- name: Install dependencies
77
run: poetry install
78
0 commit comments