Skip to content

Commit

Permalink
ci: Install ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed Feb 17, 2025
1 parent 9e91b7f commit 1970e49
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 56 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,10 @@ jobs:
name: Recordings tests
runs-on: ubuntu-latest
steps:
- name: Install ffmpeg
run: |
sudo apt-get update
sudo apt-get install -y ffmpeg
- name: Checkout OpenVidu Local Deployment
uses: actions/checkout@v4
with:
Expand Down
54 changes: 0 additions & 54 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
"cross-env": "7.0.3",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"ffprobe": "^1.1.2",
"fluent-ffmpeg": "2.1.3",
"mocha": "10.7.3",
"ng-packagr": "18.2.1",
Expand Down
2 changes: 1 addition & 1 deletion frontend/test/e2e/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"outDir": "./dist",
"rootDir": "./",
"lib": ["es6"],
"types": ["mocha", "node", "fluent-ffmpeg"],
"types": ["mocha", "node"],
"experimentalDecorators": true,
"emitDecoratorMetadata": true
},
Expand Down

0 comments on commit 1970e49

Please sign in to comment.