Skip to content

Commit

Permalink
Add setup for ffmpeg to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasraziel committed Jul 14, 2023
1 parent 3fae0cc commit e6b7e78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- uses: FedericoCarboni/setup-ffmpeg@v2
id: setup-ffmpeg
- run: npm ci
- run: npm run lint
- run: npm test

0 comments on commit e6b7e78

Please sign in to comment.