Skip to content

Commit

Permalink
chore: fixes for self-hosted runners (#554)
Browse files Browse the repository at this point in the history
Signed-off-by: Iliya Savov <[email protected]>
Co-authored-by: Iliya Savov <[email protected]>
  • Loading branch information
isavov and isavov authored Jun 24, 2024
1 parent 9899745 commit 30c7687
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ jobs:
- name: Install xvfb
run: sudo apt-get update && sudo apt-get install -y xvfb

- name: Install runtime shared libraries
run: sudo apt-get install --no-install-recommends -y xorg openbox libnss3 libasound2 libatk-adaptor libgtk-3-0

- name: run automation
env:
EXECUTABLE_PATH: ../front-end/release/linux-unpacked/hedera-transaction-tool
Expand Down

0 comments on commit 30c7687

Please sign in to comment.