Skip to content

Commit

Permalink
chore: Update workflow to install ffmpeg for video recording purposes
Browse files Browse the repository at this point in the history
Signed-off-by: Yordan Iliev <[email protected]>
  • Loading branch information
yiliev0 committed Jan 15, 2025
1 parent 1575b12 commit 94d5971
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/test-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ jobs:
- name: Install runtime shared libraries
run: sudo apt-get install --no-install-recommends -y xorg openbox libnss3 libasound2 libatk-adaptor libgtk-3-0

- name: Install ffmpeg for Playwright
run: npx playwright install ffmpeg
working-directory: automation

- name: run automation
env:
EXECUTABLE_PATH: ../front-end/release/linux-unpacked/hedera-transaction-tool
Expand Down
1 change: 0 additions & 1 deletion automation/utils/electronAppLauncher.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// launchHederaTransactionTool.js
const path = require('path');
const { _electron: electron } = require('playwright');
require('dotenv').config();
Expand Down

0 comments on commit 94d5971

Please sign in to comment.