Skip to content

Commit

Permalink
chore: add ffmpeg 7.0 test case for windows (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian authored May 8, 2024
1 parent f3d993f commit c501924
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,16 @@ jobs:

test:
name: Tests
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
timeout-minutes: 15

strategy:
fail-fast: false
matrix:
os:
- windows-latest
- ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
Expand Down
4 changes: 4 additions & 0 deletions src/__tests__/ffmpegReleases.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
{
"id": "6.1",
"url": "https://github.com/CasparCG/dependencies/releases/download/ffmpeg-binaries/ffmpeg-6.1-essentials_build.zip"
},
{
"id": "7.0",
"url": "https://github.com/CasparCG/dependencies/releases/download/ffmpeg-binaries/ffmpeg-7.0-essentials_build.zip"
}
]
}

0 comments on commit c501924

Please sign in to comment.